From 3f0bb13ec6a199492662e6ccf0b1f5ea3fd7faa9 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Wed, 16 Oct 2013 12:15:05 +0200 Subject: [PATCH] Wrap the new templates in the form, so they look good. --- templates/error.twig | 10 +++++++++- templates/tokennotfound.twig | 10 +++++++++- templates/welcome.twig | 11 ++++++++++- 3 files changed, 28 insertions(+), 3 deletions(-) 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.

+
+
+ + + {% trans %}Ein XMPP-Konto registrieren{% endtrans %} +

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 %}

+
+
+ + + {% trans %}Ein XMPP-Konto registrieren{% endtrans %} +

{% 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 %}

+
+
+ + + {% trans %}Ein XMPP-Konto registrieren{% endtrans %} + +

{% trans %}Herzlich Willkommen %jid%! {% endtrans %}

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