diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-10 15:46:05 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-10 15:46:05 +0200 |
commit | d11e2bcf48badc1da0e3914eec49d9ab1d781f4d (patch) | |
tree | dab94ba3e760671710f2e86205f458b474bf8767 /tpl/error.twig | |
parent | 3c33e40b614db7d14fec1d9b87963def4fac46a5 (diff) | |
download | wallabag-d11e2bcf48badc1da0e3914eec49d9ab1d781f4d.tar.gz wallabag-d11e2bcf48badc1da0e3914eec49d9ab1d781f4d.tar.zst wallabag-d11e2bcf48badc1da0e3914eec49d9ab1d781f4d.zip |
change doc url
Diffstat (limited to 'tpl/error.twig')
-rw-r--r-- | tpl/error.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/error.twig b/tpl/error.twig index 14c49925..c829d12b 100644 --- a/tpl/error.twig +++ b/tpl/error.twig | |||
@@ -2,5 +2,5 @@ | |||
2 | {% block title %}{% trans "plop" %}{% endblock %} | 2 | {% block title %}{% trans "plop" %}{% endblock %} |
3 | {% block content %} | 3 | {% block content %} |
4 | {{ msg|raw }} | 4 | {{ msg|raw }} |
5 | <p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p> | 5 | <p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p> |
6 | {% endblock %} \ No newline at end of file | 6 | {% endblock %} \ No newline at end of file |