summaryrefslogtreecommitdiff
path: root/sbhs/templates
AgeCommit message (Collapse)Author
2018-11-02Modify show all webcam video featureCruiseDevice
2018-11-01Update documentation in README and Add webcam features in SBHSCruiseDevice
- Admin can view all SBHS live feeds. - User can view their allocated live feed. - Request machine change modal fix in base.html.
2018-10-30remove widget_tweak and login_required from email activation view functionsCruiseDevice
2018-10-29Create separate button for testing boardsCruiseDevice
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-26fix UI issues in websiteCruiseDevice
- separate header, body and footer using css ids in base.html to avoid text hiding in header and footer - remove unnecessary script tag and div tag from account/home.html - use django-crispy-forms to fix design issues in password_change_form, user_registration_form and user_login_form - fix UI issues in pages/info.html and pages_index.html
2018-10-24Sbhs templatesCruiseDevice
2018-10-08Fix UI issues in moderator dashboard and slot templatesCruiseDevice
- change dashboard_index to moderator_dashboard in home.html - change nav to sidebar nav in moderator dashboard - fix sidebar nav padding in slot/new.html - experiment initiation and maping of sbhs to rpis - update sbhs_raspi/requirements.txt
2018-09-28 -password reset templatesCruiseDevice
-dashboard templates -templatetags
2018-09-28Slot booking and password reset functionality addedCruiseDevice
- Password reset - dashboard skeleton for moderator - Slot booking template - Experiment views - update settings.py
2018-08-20static and template filesCruiseDevice