aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-10-04 18:45:43 +0200
committertcit <tcit@tcit.fr>2014-10-04 18:45:43 +0200
commit8b6c710b099171c9a294f6d7914590ca60bd2f94 (patch)
tree85e24ac32cdb98ea6a3b2ddcb5c22aec99a8cd19
parente38e46ecdbb522d3ff296b36a46167c8fbfb501d (diff)
downloadwallabag-8b6c710b099171c9a294f6d7914590ca60bd2f94.tar.gz
wallabag-8b6c710b099171c9a294f6d7914590ca60bd2f94.tar.zst
wallabag-8b6c710b099171c9a294f6d7914590ca60bd2f94.zip
fixed bug in config screen for default theme
-rwxr-xr-xthemes/default/config.twig1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/config.twig b/themes/default/config.twig
index c639ba9c..36b66e88 100755
--- a/themes/default/config.twig
+++ b/themes/default/config.twig
@@ -120,7 +120,6 @@
120 <p><a href="?import">{% trans "You can click here to fetch content for articles with no content." %}</a></p> 120 <p><a href="?import">{% trans "You can click here to fetch content for articles with no content." %}</a></p>
121 121
122 <h2>{% trans "Export your wallabag data" %}</h2> 122 <h2>{% trans "Export your wallabag data" %}</h2>
123 {% if constant('STORAGE') == 'sqlite' %}
124 <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p> 123 <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your wallabag data." %}</p>
125 124
126 <h2>{% trans "Cache" %}</h2> 125 <h2>{% trans "Cache" %}</h2>