?/deletefile

This commit is contained in:
Michael Save
2012-04-21 15:29:57 +10:00
parent 2a301de29f
commit 19ea6e3d44
3 changed files with 38 additions and 6 deletions

View File

@@ -84,9 +84,6 @@
{% if mod|hasPermission(config.mod.rebuild) %}
<li><a href="?/rebuild">{% trans 'Rebuild' %}</a></li>
{% if config.cache.enabled %}
<li><a href="?/flushcache">{% trans 'Clear cache' %}</a></li>
{% endif %}
{% endif %}
{% if mod|hasPermission(config.mod.show_config) %}