Move license field to right about case study stats

This commit is contained in:
Clayton Dewey 2019-01-19 15:17:51 -07:00
parent 3325e40d54
commit aa12ae38f4

View file

@ -111,6 +111,9 @@
{% endif %}
{# No, i do not understand why content doesn't print the paragraphs but only
content.content does that #}
{% if content.field_license %}
{{ content.field_license }}
{% endif %}
<div class="flow_full">
<div class="titlebar titlebar-bigborder content">
<div class="titlebar_title">
@ -136,7 +139,7 @@
{{ content|without('content', 'field_body_paragraph',
'field_case_study_client', 'field_case_study_partners', 'field_case_study_status',
'field_case_study_team', 'field_case_study_year', 'field_technologies',
'field_services', 'uid', 'created'
'field_services', 'uid', 'created', 'field_license'
) }}
</div>
</div>