[add] link to empty cache in config screen, #454

This commit is contained in:
Nicolas Lœuillet
2014-02-14 15:11:57 +01:00
parent 243e13ab59
commit 6285e57c49
3 changed files with 23 additions and 1 deletions

View File

@ -116,4 +116,8 @@
{% if constant('STORAGE') == 'sqlite' %}
<p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %}
<p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p>
<h2>{% trans "Cache" %}</h2>
<p><a href="?empty-cache">{% trans "Click here" %}</a> {% trans "to delete cache." %}</p>
{% endblock %}