]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/error.twig
titles with colon bad parsed
[github/wallabag/wallabag.git] / tpl / error.twig
index 84c3bc1c2aa8b5174e601a1e18c9488ee1f7db88..c829d12bba595b6d519be1cf461ff98d467b3fe8 100644 (file)
@@ -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