Skip to content

Commit

Permalink
Merge pull request #3392 from uktrade/develop
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
lewis-coulson-dit authored Sep 11, 2024
2 parents ac18cf4 + c54e808 commit 6f5d88b
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 38 deletions.
4 changes: 4 additions & 0 deletions config/url_redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,10 @@

if settings.FEATURE_UNGUIDED_JOURNEY:
unguided_journey_redirects += [
re_path(
r'^support/$',
PermanentQuerystringRedirectView.as_view(url=DIGITAL_ENTRY_POINT_TRIAGE_HOMEPAGE),
),
re_path(
r'^support/customs-taxes-declarations/$',
QuerystringRedirectView.as_view(url=DIGITAL_ENTRY_POINT_TRIAGE_HOMEPAGE),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{% load wagtailimages_tags %}
{% load static %}
{% load add_govuk_classes url_type from content_tags %}
{% block head_title %}Support{% endblock %}
{% block meta_title %}Support{% endblock %}
{% block head_title %}Export support for UK businesses{% endblock %}
{% block meta_title %}Export support for UK businessest{% endblock %}
{% block body_js %}
{{ block.super }}
<script src="{% static 'javascript/digital-entry-point.js' %}"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{% load wagtailimages_tags %}
{% load static %}
{% load add_govuk_classes url_type get_category_page_breadcrumbs from content_tags %}
{% block meta_tags %}<meta name="robots" content="noindex">{% endblock %}
{% block head_title %}{{ page.page_title }}{% endblock %}
{% block meta_title %}{{ page.page_title }}{% endblock %}
{% block body_js %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{% load wagtailimages_tags %}
{% load static %}
{% load add_govuk_classes url_type get_sub_category_page_breadcrumbs get_meta_tag_label get_meta_tag_icon_path from content_tags %}
{% block meta_tags %}<meta name="robots" content="noindex">{% endblock %}
{% block head_title %}{{ page.page_title }}{% endblock %}
{% block meta_title %}{{ page.page_title }}{% endblock %}
{% block body_js %}
Expand Down
132 changes: 102 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"sass-loader": "^12.3.0",
"style-loader": "1.1.3",
"url-loader": "^4.1.1",
"webpack": "^5.76.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion react-components/dist/magna.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion react-components/dist/magna.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ googleapis-common-protos==1.65.0
# opentelemetry-exporter-otlp-proto-http
great-components==2.6.5
# via -r requirements.in
greenlet==3.0.3
greenlet==3.1.0
# via gevent
grpcio==1.66.1
# via opentelemetry-exporter-otlp-proto-grpc
Expand Down

0 comments on commit 6f5d88b

Please sign in to comment.