Add link to spamnoticer ui on mod dashboard

This commit is contained in:
towards-a-new-leftypol 2023-09-06 23:03:30 +00:00
parent 565cc49415
commit 37ac429d60
1 changed files with 8 additions and 0 deletions

View File

@ -75,6 +75,14 @@
{% endif %}
{% if config.spam_noticer.enabled %}
<li>
<a href="{{ config.spam_noticer.base_url }}/static/index.html">
SpamNoticer
</a>
</li>
{% endif %}
{% if config.debug %}
<li><a href="?/debug/antispam">{% trans 'Anti-spam' %}</a></li>