From 78355c60f9a2723d37793b46e577da9a62dd0e52 Mon Sep 17 00:00:00 2001
From: pacnpal <183241239+pacnpal@users.noreply.github.com>
Date: Wed, 13 Nov 2024 15:03:04 +0000
Subject: [PATCH] Updated moderation link in navbar to point to dashboard
instead of edit submissions - Improves navigation flow for moderators,
admins, and superusers
---
templates/base/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/base/base.html b/templates/base/base.html
index e5155290..90173632 100644
--- a/templates/base/base.html
+++ b/templates/base/base.html
@@ -135,7 +135,7 @@
{% if user.is_authenticated %} {% if has_moderation_access %}
-
+
Moderation