-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3445 from uktrade/develop
Release PR
- Loading branch information
Showing
268 changed files
with
8,764 additions
and
663 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
contact/templates/domestic/contact/export-support/includes/restricted-market-widget.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div class="govuk-!-margin-top-5 govuk-!-margin-bottom-2 govuk-!-padding-6 great-bg-white"> | ||
<h2 class="govuk-heading-s great-heading-link__heading">{{ session_data.market }}</h2> | ||
<p class="govuk-body"> | ||
If you want support for trading with {{ session_data.market }} | ||
</p> | ||
<a href="https://www.gov.uk/ask-export-support-team" class="govuk-link" target="_blank">Go to ESS enquiry form</a> | ||
</div> |
3 changes: 2 additions & 1 deletion
3
contact/templates/domestic/contact/export-support/includes/suggested-markets-widget.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
37 changes: 37 additions & 0 deletions
37
core/migrations/0158_remove_curatedlistpage_country_tags_and_more.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Generated by Django 4.2.14 on 2024-09-30 08:24 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('core', '0157_micrositepage_include_link_to_great_and_more'), | ||
] | ||
|
||
operations = [ | ||
migrations.RemoveField( | ||
model_name='curatedlistpage', | ||
name='country_tags', | ||
), | ||
migrations.RemoveField( | ||
model_name='curatedlistpage', | ||
name='sector_tags', | ||
), | ||
migrations.RemoveField( | ||
model_name='curatedlistpage', | ||
name='type_of_export_tags', | ||
), | ||
migrations.RemoveField( | ||
model_name='topicpage', | ||
name='country_tags', | ||
), | ||
migrations.RemoveField( | ||
model_name='topicpage', | ||
name='sector_tags', | ||
), | ||
migrations.RemoveField( | ||
model_name='topicpage', | ||
name='type_of_export_tags', | ||
), | ||
] |
59 changes: 59 additions & 0 deletions
59
core/migrations/0159_remove_regiontagged_content_type_and_more.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Generated by Django 4.2.14 on 2024-09-30 09:06 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('core', '0158_remove_curatedlistpage_country_tags_and_more'), | ||
('domestic', '0065_remove_articlepage_type_of_export_tags_and_more'), | ||
('export_academy', '0053_remove_coursepage_type_of_export_tags_and_more'), | ||
] | ||
|
||
operations = [ | ||
migrations.RemoveField( | ||
model_name='regiontagged', | ||
name='content_type', | ||
), | ||
migrations.RemoveField( | ||
model_name='regiontagged', | ||
name='tag', | ||
), | ||
migrations.RemoveField( | ||
model_name='sectortagged', | ||
name='content_type', | ||
), | ||
migrations.RemoveField( | ||
model_name='sectortagged', | ||
name='tag', | ||
), | ||
migrations.RemoveField( | ||
model_name='typeofexporttagged', | ||
name='content_type', | ||
), | ||
migrations.RemoveField( | ||
model_name='typeofexporttagged', | ||
name='tag', | ||
), | ||
migrations.RemoveField( | ||
model_name='casestudy', | ||
name='sector_tags', | ||
), | ||
migrations.RemoveField( | ||
model_name='casestudy', | ||
name='type_of_export_tags', | ||
), | ||
migrations.DeleteModel( | ||
name='CountryTagged', | ||
), | ||
migrations.DeleteModel( | ||
name='RegionTagged', | ||
), | ||
migrations.DeleteModel( | ||
name='SectorTagged', | ||
), | ||
migrations.DeleteModel( | ||
name='TypeOfExportTagged', | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Generated by Django 4.2.15 on 2024-10-01 16:40 | ||
|
||
from django.db import migrations, models | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('core', '0159_remove_regiontagged_content_type_and_more'), | ||
] | ||
|
||
operations = [ | ||
migrations.AlterField( | ||
model_name='herosnippet', | ||
name='slug', | ||
field=models.CharField( | ||
choices=[ | ||
('export-academy-listing-page-hero', 'Hero for the Export Academy listing page'), | ||
('export-academy-registration-page-hero', 'Hero for the Export Academy registration page'), | ||
], | ||
help_text='Select the use-case for this snippet from a fixed list of choices', | ||
max_length=255, | ||
unique=True, | ||
verbose_name='Purpose', | ||
), | ||
), | ||
] |
Oops, something went wrong.