Added the possibility to register

This commit is contained in:
Polonkai Gergely
2012-07-07 11:13:13 +02:00
parent 1d82e93176
commit a454dc7483
14 changed files with 270 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
{% block field_row %}
<tr>
<td>{{ form_label(form) }}</td>
<td>{{ form_widget(form) }}</td>
<td>
{{ help }}
</td>
<td>{{ form_errors(form) }}</td>
</td>
{% endblock %}