From e73cd3987a79a1824d6b3775ecb77f139fff2fc1 Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Wed, 30 Sep 2015 14:35:39 +0200 Subject: [PATCH] Debug : removing old code (that is now in chill_custom_fields_group_widget) --- Resources/views/Person/view.html.twig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Resources/views/Person/view.html.twig b/Resources/views/Person/view.html.twig index 2d5007ffb..6114d9442 100644 --- a/Resources/views/Person/view.html.twig +++ b/Resources/views/Person/view.html.twig @@ -159,14 +159,6 @@ This view should receive those arguments:
{{ chill_custom_fields_group_widget(person.cFData, cFGroup) }} - {% for customField in cFGroup.customFields %} - {% if customField.type == 'title' %} - {{ chill_custom_field_widget(person.cFData , customField) }} - {% else %} -
{{ chill_custom_field_label(customField) }} :
-
{{ chill_custom_field_widget(person.cFData , customField) }}
- {% endif %} - {% endfor %} {% if is_granted('CHILL_PERSON_UPDATE', person) %} {{ include(edit_tmp_name, edit_tmp_args) }}