mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2025-12-20 07:31:07 -05:00
Updated moderation link in navbar to point to dashboard instead of edit submissions - Improves navigation flow for moderators, admins, and superusers
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
|
|
||||||
<!-- User Menu -->
|
<!-- User Menu -->
|
||||||
{% if user.is_authenticated %} {% if has_moderation_access %}
|
{% if user.is_authenticated %} {% if has_moderation_access %}
|
||||||
<a href="{% url 'moderation:edit_submissions' %}" class="nav-link">
|
<a href="{% url 'moderation:dashboard' %}" class="nav-link">
|
||||||
<i class="fas fa-shield-alt"></i>
|
<i class="fas fa-shield-alt"></i>
|
||||||
<span>Moderation</span>
|
<span>Moderation</span>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user