Add the edit_news link to the mod dashboard

This commit is contained in:
Zankaria 2024-01-21 13:15:44 +01:00
parent 41016b1ca2
commit 45f310e4e3

View file

@ -38,6 +38,7 @@
<li><a href="?/ban-appeals">{% trans 'Ban appeals' %} ({{ appeals }})</a></li>
{% if appeals > 0 %}</strong>{% endif %}
{% endif %}
<li><a href="?/edit_news">{% trans 'News' %}</a></li>
{% if mod|hasPermission(config.mod.manageusers) %}
<li><a href="?/users">{% trans 'Manage users' %}</a></li>
{% elseif mod|hasPermission(config.mod.change_password) %}