diff options
author | CruiseDevice | 2018-10-08 13:28:06 +0530 |
---|---|---|
committer | CruiseDevice | 2018-10-08 13:28:06 +0530 |
commit | 6e19b577bf001532f93887093f347b7fbec775cb (patch) | |
tree | 1b9ef63b845f0f53e852a983ffac9b4c08f11697 /sbhs/templates/account/home.html | |
parent | 36eccb84bab7d5701e3a356df2dc7cbbfdc25201 (diff) | |
download | sbhs_server-6e19b577bf001532f93887093f347b7fbec775cb.tar.gz sbhs_server-6e19b577bf001532f93887093f347b7fbec775cb.tar.bz2 sbhs_server-6e19b577bf001532f93887093f347b7fbec775cb.zip |
Fix UI issues in moderator dashboard and slot templates
- 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
Diffstat (limited to 'sbhs/templates/account/home.html')
-rw-r--r-- | sbhs/templates/account/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbhs/templates/account/home.html b/sbhs/templates/account/home.html index fa95a26..f2089b3 100644 --- a/sbhs/templates/account/home.html +++ b/sbhs/templates/account/home.html @@ -10,7 +10,7 @@ <li id="download-log-nav"><a href="">Download log files</a></li> <li id="video-nav"><a href="">Show video</a></li> {% if user.profile.is_moderator %} - <li id="admin-nav"><a href="{% url 'dashboard_index' %}">Dashboard</a></li> + <li id="admin-nav"><a href="{% url 'moderator_dashboard' %}">Moderator Dashboard</a></li> {% endif %} <br><br> </ul> |