Move license field to right about case study stats
This commit is contained in:
parent
3325e40d54
commit
aa12ae38f4
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue