This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
prosody_registration_form/templates/error.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 %}