Browse Source

Merge pull request 'Add the edit_news link to the mod dashboard. Fixes #83' (#87) from news_in_dashboard into config

Reviewed-on: #87
pull/107/head
leftypol 3 months ago
committed by Zankaria
parent
commit
264c10cf2a
  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