diff --git a/Resources/views/Person/view.html.twig b/Resources/views/Person/view.html.twig index cacd889c0..2d5007ffb 100644 --- a/Resources/views/Person/view.html.twig +++ b/Resources/views/Person/view.html.twig @@ -158,6 +158,7 @@ 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) }}