diff --git a/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/create.html.twig b/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/create.html.twig index 06c7dd541..6e05f2d6d 100644 --- a/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/create.html.twig +++ b/src/Bundle/ChillPersonBundle/Resources/views/PersonResource/create.html.twig @@ -1,66 +1,6 @@
- {{ form_start(form, {'attr' : {'id' : 'create-form'}}) }} - - {{ form_row(form.kind) }} - -
-
-
- Associer un -
-
-
- - -
-
- - -
-
- - -
-
-
-
-
-
- -
- {{ form_row(form.person) }} -
-
- {{ form_row(form.thirdparty) }} -
-
- {{ form_row(form.freetext) }} -
- - {{ form_row(form.comment) }} - - {% if action is defined %} - - {% else %} - - {% endif %} - - {{ form_end(form) }} + {% include "@ChillPerson/PersonResource/form.html.twig" %}
- {% if resource.kind %} + {% if resource.comment.comment is not null %}