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/success.twig
2013-10-16 09:34:56 +02:00

14 lines
No EOL
364 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>{% trans %}Vielen Dank für deine Registrierung. Dir wurde eine E-Mail mit einem aktivierungs Link zugeschickt.{% endtrans %}</p>
</fieldset>
</form>
{% endblock %}