summaryrefslogtreecommitdiff
path: root/sbhs/templates/account/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'sbhs/templates/account/home.html')
-rw-r--r--sbhs/templates/account/home.html2
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>