diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-08-26 12:43:56 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-08-26 12:43:56 +0200 |
commit | 8763e4efde17f133d0bda504640acada108e7870 (patch) | |
tree | 60a58a84b0d8c245b9ae8a4294239d4d5f537671 /themes/default | |
parent | 4362417495b116b6bd4c3011187968f68f09430f (diff) | |
download | wallabag-8763e4efde17f133d0bda504640acada108e7870.tar.gz wallabag-8763e4efde17f133d0bda504640acada108e7870.tar.zst wallabag-8763e4efde17f133d0bda504640acada108e7870.zip |
Fix downloading SQLite database from all users
Diffstat (limited to 'themes/default')
-rwxr-xr-x | themes/default/config.twig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/config.twig b/themes/default/config.twig index 8f047ae6..5656fadd 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig | |||
@@ -121,7 +121,6 @@ | |||
121 | 121 | ||
122 | <h2>{% trans "Export your wallabag data" %}</h2> | 122 | <h2>{% trans "Export your wallabag data" %}</h2> |
123 | {% if constant('STORAGE') == 'sqlite' %} | 123 | {% if constant('STORAGE') == 'sqlite' %} |
124 | <p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %} | ||
125 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> | 124 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> |
126 | 125 | ||
127 | <h2>{% trans "Cache" %}</h2> | 126 | <h2>{% trans "Cache" %}</h2> |