aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/default/config.twig
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/config.twig')
-rw-r--r--themes/default/config.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/config.twig b/themes/default/config.twig
index 1d7fb562..a1f46b8b 100644
--- a/themes/default/config.twig
+++ b/themes/default/config.twig
@@ -109,5 +109,7 @@
109 </ul> 109 </ul>
110 110
111 <h2>{% trans "Export your poche datas" %}</h2> 111 <h2>{% trans "Export your poche datas" %}</h2>
112 {% if constant('STORAGE') == 'sqlite' %}
113 <p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %}
112 <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your poche datas." %}</p> 114 <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your poche datas." %}</p>
113{% endblock %} 115{% endblock %}