mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
use the widget chill_custom_fields_group_widget for only display active custom fields
This commit is contained in:
parent
9ae152dd30
commit
5a30328c63
@ -158,6 +158,7 @@ This view should receive those arguments:
|
||||
<div class="grid-10 push-1 parent">
|
||||
<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) }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user