Added new registration form

This commit is contained in:
Kevin Frantz
2018-09-12 20:00:35 +02:00
parent a35ae03b7e
commit a57ead18e2
5 changed files with 95 additions and 84 deletions

View File

@@ -6,5 +6,6 @@
<h1>{% trans %}register{% endtrans %}</h1>
{{ form_start(form) }}
{{ form_widget(form) }}
<button type="submit" class="btn btn-primary">{% trans %}register{% endtrans %}</button>
{{ form_end(form) }}
{% endblock %}