Added more debug links to dashboard
This commit is contained in:
parent
db1b50cfc3
commit
b85b4a5a75
@ -121,6 +121,10 @@
|
|||||||
<legend>{% trans 'Debug' %}</legend>
|
<legend>{% trans 'Debug' %}</legend>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="?/debug/antispam">{% trans 'Anti-spam' %}</a></li>
|
<li><a href="?/debug/antispam">{% trans 'Anti-spam' %}</a></li>
|
||||||
|
<li><a href="?/debug/recent">{% trans 'Recent posts' %}</a></li>
|
||||||
|
{% if mod|hasPermission(config.mod.debug_sql) %}
|
||||||
|
<li><a href="?/debug/sql">{% trans 'SQL' %}</a></li>
|
||||||
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user