remove center field of event form

This commit is contained in:
2019-02-01 15:23:54 +01:00
parent aa02597541
commit ed3f0e9657
3 changed files with 0 additions and 16 deletions

View File

@@ -8,9 +8,6 @@
{{ form_start(edit_form) }}
{{ form_errors(edit_form) }}
{{ form_row(edit_form.circle) }}
{% if edit_form.center is defined %}
{{ form_row(edit_form.center) }}
{% endif %}
{{ form_row(edit_form.name) }}
{{ form_row(edit_form.date) }}

View File

@@ -8,7 +8,6 @@
{{ form_start(form) }}
{{ form_errors(form) }}
{{ form_row(form.circle) }}
{{ form_row(form.center) }}
{{ form_row(form.name) }}
{{ form_row(form.date) }}