]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/error.twig
Fix login button wording
[github/wallabag/wallabag.git] / tpl / error.twig
index 84c3bc1c2aa8b5174e601a1e18c9488ee1f7db88..14c499254419a5a230a495a314a74ac501dcdebd 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>
+        {{ msg|raw }}
         <p>Don't forget <a href="http://inthepoche.com/?pages/Documentation">the documentation</a>.</p>
 {% endblock %}
\ No newline at end of file