diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-15 10:54:14 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-15 10:54:14 +0200 |
commit | 4a2912880f0914b456711d695f96ce2ace18c814 (patch) | |
tree | 6a2532f63eb1f443f9358f36a76b8427e377abd3 /tpl/error.twig | |
parent | ca1b0a1a6fb9b331c631df32d132736c9c627ac4 (diff) | |
download | wallabag-4a2912880f0914b456711d695f96ce2ace18c814.tar.gz wallabag-4a2912880f0914b456711d695f96ce2ace18c814.tar.zst wallabag-4a2912880f0914b456711d695f96ce2ace18c814.zip |
more verif while installing
Diffstat (limited to 'tpl/error.twig')
-rw-r--r-- | tpl/error.twig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tpl/error.twig b/tpl/error.twig new file mode 100644 index 00000000..84c3bc1c --- /dev/null +++ b/tpl/error.twig | |||
@@ -0,0 +1,7 @@ | |||
1 | {% extends "layout.twig" %} | ||
2 | {% block title %}{% trans "error" %}{% endblock %} | ||
3 | {% block content %} | ||
4 | <h1>error</h1> | ||
5 | <p>{{ msg|raw }}</p> | ||
6 | <p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p> | ||
7 | {% endblock %} \ No newline at end of file | ||