From 45f310e4e3036bdaf665bc39e0aed2ef5573d5b2 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Sun, 21 Jan 2024 13:15:44 +0100 Subject: [PATCH] Add the edit_news link to the mod dashboard --- templates/mod/dashboard.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/mod/dashboard.html b/templates/mod/dashboard.html index 488f605b..e36e3c66 100644 --- a/templates/mod/dashboard.html +++ b/templates/mod/dashboard.html @@ -38,6 +38,7 @@
  • {% trans 'Ban appeals' %} ({{ appeals }})
  • {% if appeals > 0 %}{% endif %} {% endif %} +
  • {% trans 'News' %}
  • {% if mod|hasPermission(config.mod.manageusers) %}
  • {% trans 'Manage users' %}
  • {% elseif mod|hasPermission(config.mod.change_password) %}