Merge branch 'master' of gitorious.org:hackspace-jena/prosody_registration_form
This commit is contained in:
commit
20549b7973
3 changed files with 28 additions and 3 deletions
|
@ -1,5 +1,13 @@
|
|||
{% extends "layout.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<p>Bei der Registrierung ist etwas schief gelaufen. Bitte probiere es <a href="{{ url }}">noch einmal</a>.</p>
|
||||
<form class="form-horizontal" method="post">
|
||||
<fieldset>
|
||||
|
||||
<!-- Form Name -->
|
||||
<legend>{% trans %}Ein XMPP-Konto registrieren{% endtrans %}</legend>
|
||||
<p>Bei der Registrierung ist etwas schief gelaufen. Bitte probiere es <a href="{{ url }}">noch einmal</a>.
|
||||
</p>
|
||||
</fieldset>
|
||||
</form>
|
||||
{% endblock %}
|
|
@ -1,5 +1,13 @@
|
|||
{% extends "layout.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<p>{% trans %}Der angegebene Token wurde nicht gefunden{% endtrans %}</p>
|
||||
<form class="form-horizontal" method="post">
|
||||
<fieldset>
|
||||
|
||||
<!-- Form Name -->
|
||||
<legend>{% trans %}Ein XMPP-Konto registrieren{% endtrans %}</legend>
|
||||
<p>{% trans %}Der angegebene Token wurde nicht gefunden{% endtrans %}</p>
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
{% endblock %}
|
|
@ -1,5 +1,14 @@
|
|||
{% extends "layout.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<p>{% trans %}Herzlich Willkommen %jid%! {% endtrans %}</p>
|
||||
<form class="form-horizontal" method="post">
|
||||
<fieldset>
|
||||
|
||||
<!-- Form Name -->
|
||||
<legend>{% trans %}Ein XMPP-Konto registrieren{% endtrans %}</legend>
|
||||
|
||||
<p>{% trans %}Herzlich Willkommen %jid%! {% endtrans %}</p>
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
{% endblock %}
|
Reference in a new issue