aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-12 09:42:19 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-12-12 09:42:19 +0100
commitd460914f65254d201911a8346792d680218c8dc3 (patch)
treeaf6ab666c48d9f041ec5b10635ed6f2f2e806701 /themes
parent9e7c840b186fb4ad2cd3768cec49ee348facf3da (diff)
downloadwallabag-d460914f65254d201911a8346792d680218c8dc3.tar.gz
wallabag-d460914f65254d201911a8346792d680218c8dc3.tar.zst
wallabag-d460914f65254d201911a8346792d680218c8dc3.zip
[add] download database if sqlite is on
Diffstat (limited to 'themes')
-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 %}