Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
This commit is contained in:
commit
d1bd4e1f7b
6 changed files with 129 additions and 24 deletions
|
@ -121,6 +121,10 @@
|
|||
<legend>{% trans 'Debug' %}</legend>
|
||||
<ul>
|
||||
<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>
|
||||
</fieldset>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue