diff options
Diffstat (limited to 'tpl/error.twig')
-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 |