Describe the bug
On the homework submission page, both "KB" and "kb" are used to refer to the size of the file in kilobytes. "KB" is used in the submission box, and "kb" is used in file list box.
Expected behavior
Only the capitalized "KB" should be used.
To Reproduce
Steps to reproduce the behavior:
- Submit any file to any gradable
- See error
Configuration
- OS: Arch Linux
- Browser: Firefox
Screenshots

Additional context
KB is correct, since the calculations are dividing the number of bytes by 1024, while kb would be correct if the calculations were dividing the number of bits by 1000.
Describe the bug
On the homework submission page, both "KB" and "kb" are used to refer to the size of the file in kilobytes. "KB" is used in the submission box, and "kb" is used in file list box.
Expected behavior
Only the capitalized "KB" should be used.
To Reproduce
Steps to reproduce the behavior:
Configuration
Screenshots

Additional context
KB is correct, since the calculations are dividing the number of bytes by 1024, while kb would be correct if the calculations were dividing the number of bits by 1000.