diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-03 18:33:20 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-10-03 18:33:20 +0200 |
commit | 27a74816daa944aefd6353b75b94dea7036145aa (patch) | |
tree | db5ef4cbe875509c2d0f5c01730d918f4d2aa205 /themes/default/config.twig | |
parent | 47baa1077e2923b8a87e458a6e826c2823ed3614 (diff) | |
download | wallabag-27a74816daa944aefd6353b75b94dea7036145aa.tar.gz wallabag-27a74816daa944aefd6353b75b94dea7036145aa.tar.zst wallabag-27a74816daa944aefd6353b75b94dea7036145aa.zip |
change export link
Diffstat (limited to 'themes/default/config.twig')
-rw-r--r-- | themes/default/config.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/config.twig b/themes/default/config.twig index e849d03b..0f1aea80 100644 --- a/themes/default/config.twig +++ b/themes/default/config.twig | |||
@@ -76,5 +76,5 @@ | |||
76 | </ul> | 76 | </ul> |
77 | 77 | ||
78 | <h2>{% trans "Export your poche datas" %}</h2> | 78 | <h2>{% trans "Export your poche datas" %}</h2> |
79 | <p><a href="./dl/export_poche.json">{% trans "Click here" %}</a> {% trans "to export your poche datas." %}</p> | 79 | <p><a href="?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your poche datas." %}</p> |
80 | {% endblock %} \ No newline at end of file | 80 | {% endblock %} \ No newline at end of file |