Print the person type (e.g., worker owner) also

This commit is contained in:
benjamin melançon 2018-12-02 09:51:23 -05:00
parent 4d7c5d17ed
commit 49971de7ab

View file

@ -96,7 +96,7 @@
<h1 class="title">{{ label }}</h1>
</div>
<div class="hero-body">
<h2 class="subtitle">{{ content.field_people_position }}</h2>
<h2 class="subtitle">{{ content.field_people_type }}/{{ content.field_people_position }}</h2>
{{ content.body }}
</div>
</div>
@ -132,7 +132,7 @@
{% endif %}
<!-- Unexpected extra content -->
{{ content|without('field_body_paragraph', 'field_image', 'field_people_position', 'body', 'uid', 'created') }}
{{ content|without('field_body_paragraph', 'field_image', 'field_people_position', 'field_people_type', 'body', 'uid', 'created') }}
{% if walls_up == true %}
{# If the flow sides are still up after all is said and done, close 'em up. #}