]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/error.twig
titles with colon bad parsed
[github/wallabag/wallabag.git] / tpl / error.twig
old mode 100755 (executable)
new mode 100644 (file)
index 84c3bc1..c829d12
@@ -1,7 +1,6 @@
 {% extends "layout.twig" %}
-{% block title %}{% trans "error" %}{% endblock %}
+{% block title %}{% trans "plop" %}{% endblock %}
 {% block content %}
-    <h1>error</h1>
-        <p>{{ msg|raw }}</p>
-        <p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p>
+        {{ msg|raw }}
+        <p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
 {% endblock %}
\ No newline at end of file