diff options
Diffstat (limited to 'tpl/config.twig')
-rw-r--r-- | tpl/config.twig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/config.twig b/tpl/config.twig index 9a51e566..c18806bc 100644 --- a/tpl/config.twig +++ b/tpl/config.twig | |||
@@ -40,11 +40,11 @@ | |||
40 | <p>{% trans "Please execute the import script locally, it can take a very long time." %}</p> | 40 | <p>{% trans "Please execute the import script locally, it can take a very long time." %}</p> |
41 | <p>{% trans "More infos in the official doc:" %} <a href="http://inthepoche.com/?pages/Documentation">inthepoche.com</a></p> | 41 | <p>{% trans "More infos in the official doc:" %} <a href="http://inthepoche.com/?pages/Documentation">inthepoche.com</a></p> |
42 | <p><ul> | 42 | <p><ul> |
43 | <li><a href="/?import&from=pocket">{% trans "import from Pocket" %}</a> (you must have a "ril_export.html" file on your server)</li> | 43 | <li><a href="./?import&from=pocket">{% trans "import from Pocket" %}</a> (you must have a "ril_export.html" file on your server)</li> |
44 | <li><a href="/?import&from=readability">{% trans "import from Readability" %}</a> (you must have a "readability" file on your server)</li> | 44 | <li><a href="./?import&from=readability">{% trans "import from Readability" %}</a> (you must have a "readability" file on your server)</li> |
45 | </ul></p> | 45 | </ul></p> |
46 | 46 | ||
47 | <h2>{% trans "Export your poche datas" %}</h2> | 47 | <h2>{% trans "Export your poche datas" %}</h2> |
48 | <p><a href="?view=export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your poche datas." %}</p> | 48 | <p><a href="./?export" target="_blank">{% trans "Click here" %}</a> {% trans "to export your poche datas." %}</p> |
49 | </div> | 49 | </div> |
50 | {% endblock %} \ No newline at end of file | 50 | {% endblock %} \ No newline at end of file |