13 lines
No EOL
413 B
Twig
13 lines
No EOL
413 B
Twig
{% extends "layout.twig" %}
|
|
|
|
{% block content %}
|
|
<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 %} |