mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Debug : removing old code (that is now in chill_custom_fields_group_widget)
This commit is contained in:
parent
5a30328c63
commit
e73cd3987a
@ -159,14 +159,6 @@ This view should receive those arguments:
|
||||
<div class="grid-6">
|
||||
<figure class="person-details">
|
||||
{{ 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 %}
|
||||
<dt>{{ chill_custom_field_label(customField) }} :</dt>
|
||||
<dd>{{ chill_custom_field_widget(person.cFData , customField) }}</dd>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% if is_granted('CHILL_PERSON_UPDATE', person) %}
|
||||
{{ include(edit_tmp_name, edit_tmp_args) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user