Skip to content
Snippets Groups Projects
Commit 687e94e6 authored by Brian Canini's avatar Brian Canini
Browse files

adding advanced section to research

parent 756e5481
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,14 @@
{{content.field_research_additional}}
</div>
{% endif %}
{{ content.field_research_body }}
{% if content.field_research_body != '' %}
{{ content.field_research_body }}
{% endif %}
{% if content.field_research_advanced != '' %}
{{ content.field_research_advanced }}
{% endif %}
{% if (content.field_research_departments.0 != '') or (content.field_research_other.0 != '') or (content.field_research_year.0 != '') %}
<div class="taxonomy-research-heading">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment