add link to edit news entries on mod dashboard

This commit is contained in:
towards-a-new-leftypol 2023-09-24 19:14:33 -04:00
parent 786773a2a8
commit 24923c6216
2 changed files with 8 additions and 1 deletions

View File

@ -82,6 +82,13 @@
</a>
</li>
{% endif %}
{% if (mod|hasPermission(config.mod.news)) %}
<li>
<a href="/mod.php?edit_news">
News Entries
</a>
</li>
{% endif %}
{% if config.debug %}