Skip to content

Commit

Permalink
Merge pull request #1562 from uktrade/hotfix-SOO-contact-issue
Browse files Browse the repository at this point in the history
 hotfix-SOO-contact-issue
  • Loading branch information
depsiatwal authored Sep 28, 2021
2 parents 0c15ab9 + e73af66 commit 87a8775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- GP2-3309 - [HOTFIX] adding bing search console meta tag
- GP2-3137 - [HOTFIX] Remove /transition-period/contact/ and its success page from great-cms
- GP2-3372 - [HOTFIX] add crsf token to company disconnect to fix 403 error
- [HOTFIX] - SOO contact issue

### Enhancements
- GP2-3128 - Analytics - section completion
Expand Down
4 changes: 3 additions & 1 deletion contact/urls.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from django.conf import settings
from django.contrib.auth.decorators import login_required
from django.urls import path, reverse_lazy
from great_components.decorators import skip_ga360
Expand Down Expand Up @@ -236,7 +237,8 @@
url_name='contact:contact-us-soo',
done_step_name='finished',
)
)
),
login_url=settings.SSO_PROXY_LOGIN_URL,
),
name='contact-us-soo',
),
Expand Down

0 comments on commit 87a8775

Please sign in to comment.