diff options
Diffstat (limited to 'tpl/error.twig')
-rw-r--r-- | tpl/error.twig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tpl/error.twig b/tpl/error.twig deleted file mode 100644 index c829d12b..00000000 --- a/tpl/error.twig +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | {% extends "layout.twig" %} | ||
2 | {% block title %}{% trans "plop" %}{% endblock %} | ||
3 | {% block content %} | ||
4 | {{ msg|raw }} | ||
5 | <p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p> | ||
6 | {% endblock %} \ No newline at end of file | ||