Add link to spamnoticer ui on mod dashboard
This commit is contained in:
parent
565cc49415
commit
37ac429d60
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue