summaryrefslogtreecommitdiff
path: root/sbhs/forms.py
AgeCommit message (Collapse)Author
2018-10-29Add moderator featuresCruiseDevice
- Add form to update userboard. - Management command for adding online boards. - Add conditions for booking slots. - Add features to test, update and reset boards.
2018-10-24Create FilterLogsForm and some changes in models.pyCruiseDevice
- add datetimepicker widget while Slot creation - create filterlogs form - usb_id field in models - save usb path of board in database - create user board relation
2018-09-28some minor changes in forms.pyCruiseDevice
-remove calendar
2018-08-20Application formsCruiseDevice
- UserLoginForm - UserRegistrationForm - SlotCreationForm