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/baggy/config.twig | |
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/baggy/config.twig')
-rwxr-xr-x | themes/baggy/config.twig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index e45c3218..7bd229cb 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -121,8 +121,6 @@ | |||
121 | <p><a href="?import">{% trans "You can click here to fetch content for articles with no content." %}</a></p> | 121 | <p><a href="?import">{% trans "You can click here to fetch content for articles with no content." %}</a></p> |
122 | 122 | ||
123 | <h2>{% trans "Export your wallabag data" %}</h2> | 123 | <h2>{% trans "Export your wallabag data" %}</h2> |
124 | {% if constant('STORAGE') == 'sqlite' %} | ||
125 | <p><a href="?download" target="_blank">{% trans "Click here" %}</a> {% trans "to download your database." %}</p>{% endif %} | ||
126 | <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> |
127 | 125 | ||
128 | <h2>{% trans "Fancy an E-Book ?" %}</h2> | 126 | <h2>{% trans "Fancy an E-Book ?" %}</h2> |