diff options
Diffstat (limited to 'themes')
-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 |