diff --git a/templates/error.twig b/templates/error.twig index c2d65f0..a8eb82c 100644 --- a/templates/error.twig +++ b/templates/error.twig @@ -1,5 +1,13 @@ {% extends "layout.twig" %} {% block content %} -
Bei der Registrierung ist etwas schief gelaufen. Bitte probiere es noch einmal.
+ {% endblock %} \ No newline at end of file diff --git a/templates/tokennotfound.twig b/templates/tokennotfound.twig index 3477387..28454db 100644 --- a/templates/tokennotfound.twig +++ b/templates/tokennotfound.twig @@ -1,5 +1,13 @@ {% extends "layout.twig" %} {% block content %} -{% trans %}Der angegebene Token wurde nicht gefunden{% endtrans %}
+ {% endblock %} \ No newline at end of file diff --git a/templates/welcome.twig b/templates/welcome.twig index 63cd104..2f70b0c 100644 --- a/templates/welcome.twig +++ b/templates/welcome.twig @@ -1,5 +1,14 @@ {% extends "layout.twig" %} {% block content %} -{% trans %}Herzlich Willkommen %jid%! {% endtrans %}
+ {% endblock %} \ No newline at end of file