X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Ferror.twig;h=528a0985866737f0066c494d94b07f0f694d4273;hb=086bf93f2b886592d13c9d9105ddcfd179797ee0;hp=c829d12bba595b6d519be1cf461ff98d467b3fe8;hpb=01e671f4d1fc66696c3ab14c837be0dde8fd02ea;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/error.twig b/themes/default/error.twig index c829d12b..528a0985 100644 --- a/themes/default/error.twig +++ b/themes/default/error.twig @@ -1,6 +1,14 @@ {% extends "layout.twig" %} {% block title %}{% trans "plop" %}{% endblock %} {% block content %} - {{ msg|raw }} -

Don't forget the documentation.

-{% endblock %} \ No newline at end of file +

Errors

+
    + {% for message in msg %} +
  1. {{message}}
  2. + {% endfor %} +
+

Don't forget the documentation.

+

+ {% trans "You can check your configuration here." %} +

+{% endblock %}