Report Choice Form - Formatting

This commit is contained in:
Marc Ducobu
2014-11-11 15:19:17 +01:00
parent bdb3e9eabe
commit c120c32064
2 changed files with 10 additions and 7 deletions

View File

@@ -22,11 +22,14 @@
{% block personcontent %}
{{ form_start(form) }}
{{ form_row(form) }}
<button type="submit">
Create a new report
</button>
{{ form_end(form) }}
{{ form_start(form) }}
{{ form_row(form.cFGroup) }}
<button type="submit">
Create a new report
</button>
{{ form_end(form) }}
{% endblock %}