Describe the bug
The 'scale' selector lists 4 valid values '1, .75, .5, .25'
one can select all values and submit, however whenever the '.5' value is selected and submitted, the value displayed in the selector box is '1' however the database does seem to be updating with the correct value and the image is correctly scaled.
To Reproduce
Steps to reproduce the behavior:
- ./manage.py runserver
- navigate to the settings webpage
- Scroll down to to 'scale'
- select '.5'
- click 'submit'
- still on settings page scroll down to 'scale' and see that the number displayed is '1' not '.5'
- navigate to 'home' page, see that video stream picture size is correctly scaled to '.5'
Expected behavior
The correct value should be displayed in the value box
Screenshots
If applicable, add screenshots to help explain your problem.