diff options
author | CruiseDevice | 2018-09-28 15:27:22 +0530 |
---|---|---|
committer | CruiseDevice | 2018-09-28 15:27:22 +0530 |
commit | 4be0d0d89bf8ad0f6a012d1578af181fe5f83b0c (patch) | |
tree | a7298a03115600bbf4e75083c41647f31b8de05b /sbhs/templates/base.html | |
parent | 378838210959b6afd5c22b17dcf2a4792a87bebb (diff) | |
download | sbhs_server-4be0d0d89bf8ad0f6a012d1578af181fe5f83b0c.tar.gz sbhs_server-4be0d0d89bf8ad0f6a012d1578af181fe5f83b0c.tar.bz2 sbhs_server-4be0d0d89bf8ad0f6a012d1578af181fe5f83b0c.zip |
Slot booking and password reset functionality added
- Password reset
- dashboard skeleton for moderator
- Slot booking template
- Experiment views
- update settings.py
Diffstat (limited to 'sbhs/templates/base.html')
-rw-r--r-- | sbhs/templates/base.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbhs/templates/base.html b/sbhs/templates/base.html index 3a88c8f..c6294a6 100644 --- a/sbhs/templates/base.html +++ b/sbhs/templates/base.html @@ -35,7 +35,6 @@ {% endfor %} </div> {% endif %} - {% block content %} {% endblock %} <br><br><br> |