Browse Source

Add the edit_news link to the mod dashboard

pull/107/head
Zankaria 3 months ago
parent
commit
45f310e4e3
  1. 1
      templates/mod/dashboard.html

1
templates/mod/dashboard.html

@ -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) %}

Loading…
Cancel
Save