diff options
author | tcitworld <tcit@tcit.fr> | 2014-09-10 20:05:07 +0200 |
---|---|---|
committer | tcitworld <tcit@tcit.fr> | 2014-09-10 20:05:07 +0200 |
commit | 49882dc1517e84e33cea247f2e635691d1439904 (patch) | |
tree | f94547f60027c58bd7597086c2dcc231606b2c39 /themes/baggy/config.twig | |
parent | 19438d30215e59c8433d869b0ff23777c7bc3ab2 (diff) | |
parent | d5c481c2f40f1d05750a7020df1f129439627247 (diff) | |
download | wallabag-49882dc1517e84e33cea247f2e635691d1439904.tar.gz wallabag-49882dc1517e84e33cea247f2e635691d1439904.tar.zst wallabag-49882dc1517e84e33cea247f2e635691d1439904.zip |
Merge pull request #819 from wallabag/fixSQLiteDownloadDB
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> |