]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - themes/default/error.twig
Merge pull request #274 from NumEricR/select-theme
[github/wallabag/wallabag.git] / themes / default / error.twig
index c829d12bba595b6d519be1cf461ff98d467b3fe8..99eb1ed65e5b0469572925a9160d4cef8d27ca7c 100644 (file)
@@ -1,6 +1,11 @@
 {% 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>
+    <h1>Errors</h1>
+    <ol>
+        {% for message in msg %}
+            <li>{{message}}</li>
+        {% endfor %}
+    </ol>
+    <p>Don't forget <a href="http://inthepoche.com/doc">the documentation</a>.</p>
 {% endblock %}
\ No newline at end of file