diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 22:24:41 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-23 22:24:41 +0200 |
commit | 6d7defc87cd6ce40910b66472168e3d86c362164 (patch) | |
tree | 1d9e5634403c0a918f2a8e472c155060352d5203 /tpl | |
parent | 76beb271356f9a3cffd7416c8e35d43ba5157c31 (diff) | |
download | wallabag-6d7defc87cd6ce40910b66472168e3d86c362164.tar.gz wallabag-6d7defc87cd6ce40910b66472168e3d86c362164.tar.zst wallabag-6d7defc87cd6ce40910b66472168e3d86c362164.zip |
new messages when update / install
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/error.twig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tpl/error.twig b/tpl/error.twig index 84c3bc1c..14c49925 100644 --- a/tpl/error.twig +++ b/tpl/error.twig | |||
@@ -1,7 +1,6 @@ | |||
1 | {% extends "layout.twig" %} | 1 | {% extends "layout.twig" %} |
2 | {% block title %}{% trans "error" %}{% endblock %} | 2 | {% block title %}{% trans "plop" %}{% endblock %} |
3 | {% block content %} | 3 | {% block content %} |
4 | <h1>error</h1> | 4 | {{ msg|raw }} |
5 | <p>{{ msg|raw }}</p> | ||
6 | <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/?pages/Documentation">the documentation</a>.</p> |
7 | {% endblock %} \ No newline at end of file | 6 | {% endblock %} \ No newline at end of file |