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

Commit

Permalink
Merge pull request #1074 from uktrade/bug-fix-contact-on-freeport-inv…
Browse files Browse the repository at this point in the history
…estment-opps

bug fix on freeports
  • Loading branch information
timothyPatterson authored Oct 25, 2024
2 parents c190f90 + 0620592 commit 130b92b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions investment_atlas/templates/investment_atlas/opportunity.html
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

0 comments on commit 130b92b

Please sign in to comment.