Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

bug fix on freeports #1074

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</div>
</div>

{% if page.investment_type == 'Foreign direct investment' or page.investment_type == 'Freeport' %}
{% if page.investment_type == 'Foreign direct investment' or page.investment_type == 'Freeports' %}
{% include 'investment_atlas/includes/contact_eyb.html' with button_preamble="Take advantage of this opportunity to expand your business in the UK" %}
{% else %}
{% include 'investment_atlas/includes/contact.html' with button_preamble="Contact the opportunity lead" %}
Expand Down Expand Up @@ -126,7 +126,7 @@ <h3 class="atlas-h--m atlas-p-s atlas-m-0">
{% endfor %}
</div>

{% if page.investment_type == 'Foreign direct investment' or page.investment_type == 'Freeport' %}
{% if page.investment_type == 'Foreign direct investment' or page.investment_type == 'Freeports' %}
{% include 'investment_atlas/includes/contact_eyb.html' with button_preamble="Take advantage of this opportunity to expand your business in the UK" %}
{% else %}
{% include 'investment_atlas/includes/contact.html' with button_preamble="Contact the opportunity lead" %}
Expand Down