diff --git a/investment_atlas/templates/investment_atlas/opportunity.html b/investment_atlas/templates/investment_atlas/opportunity.html index f404c7ba..0538c41d 100644 --- a/investment_atlas/templates/investment_atlas/opportunity.html +++ b/investment_atlas/templates/investment_atlas/opportunity.html @@ -47,7 +47,7 @@ - {% 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" %} @@ -126,7 +126,7 @@

{% endfor %} - {% 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" %}