diff options
-rwxr-xr-x | themes/baggy/config.twig | 1 | ||||
-rwxr-xr-x | themes/default/config.twig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 725b775e..d441de7c 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -118,6 +118,7 @@ | |||
118 | </div> | 118 | </div> |
119 | </fieldset> | 119 | </fieldset> |
120 | </form> | 120 | </form> |
121 | <p><a href="?import">{% trans "You can click here to fetch content for articles with no content." %}</a></p> | ||
121 | 122 | ||
122 | <h2>{% trans "Export your wallabag data" %}</h2> | 123 | <h2>{% trans "Export your wallabag data" %}</h2> |
123 | {% if constant('STORAGE') == 'sqlite' %} | 124 | {% if constant('STORAGE') == 'sqlite' %} |
diff --git a/themes/default/config.twig b/themes/default/config.twig index 5bdaf567..bb39dea2 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig | |||
@@ -117,6 +117,7 @@ | |||
117 | </div> | 117 | </div> |
118 | </fieldset> | 118 | </fieldset> |
119 | </form> | 119 | </form> |
120 | <p><a href="?import">{% trans "You can click here to fetch content for articles with no content." %}</a></p> | ||
120 | 121 | ||
121 | <h2>{% trans "Export your wallabag data" %}</h2> | 122 | <h2>{% trans "Export your wallabag data" %}</h2> |
122 | {% if constant('STORAGE') == 'sqlite' %} | 123 | {% if constant('STORAGE') == 'sqlite' %} |