]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/error.twig
Modified blog.cloudflare.com
[github/wallabag/wallabag.git] / themes / default / error.twig
index c829d12bba595b6d519be1cf461ff98d467b3fe8..528a0985866737f0066c494d94b07f0f694d4273 100644 (file)
@@ -1,6 +1,14 @@
 {% extends "layout.twig" %}
 {% block title %}{% trans "plop" %}{% endblock %}
 {% block content %}
-        {{ msg|raw }}
-        <p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
-{% endblock %}
\ No newline at end of file
+    <h1>Errors</h1>
+    <ol>
+        {% for message in msg %}
+            <li>{{message}}</li>
+        {% endfor %}
+    </ol>
+    <p>Don't forget <a href="http://doc.wallabag.org/">the documentation</a>.</p>
+    <p>
+        {% trans "You can <a href='wallabag_compatibility_test.php'>check your configuration here</a>." %}
+    </p>
+{% endblock %}