-
Notifications
You must be signed in to change notification settings - Fork 1
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 #2006 from uktrade/uat
PROD Release
- Loading branch information
Showing
41 changed files
with
351 additions
and
175 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,10 +45,11 @@ SsF52iSXTw== | |
TOKEN_SESSION_KEY=exporter_token_session_key | ||
|
||
MOCK_SSO_ACTIVATE_ENDPOINTS=True | ||
MOCK_SSO_USER_EMAIL=[email protected] | ||
MOCK_SSO_USER_FIRST_NAME=LITE | ||
MOCK_SSO_USER_LAST_NAME=Testing | ||
|
||
EXPORTER_TEST_SSO_EMAIL="[email protected]" | ||
|
||
# Below values can be found in vault | ||
export EXPORTER_AUTHBROKER_CLIENT_ID= | ||
export EXPORTER_AUTHBROKER_CLIENT_SECRET= | ||
|
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
27 changes: 27 additions & 0 deletions
27
exporter/applications/templates/edit_application_form.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,27 @@ | ||
{% extends 'layouts/base.html' %} | ||
{% load crispy_forms_tags crispy_forms_gds %} | ||
|
||
{% block title%}How do you want to edit the application?{% endblock %} | ||
|
||
{% block back_link %} | ||
<a href="{% url 'applications:application' application_id %}" id="back-link" class="govuk-back-link">Back</a> | ||
{% endblock %} | ||
|
||
{% block body %} | ||
|
||
{% error_summary form %} | ||
|
||
<h1 class="govuk-heading-l">How do you want to edit the application?</h1> | ||
<p class="govuk-hint"> | ||
If you make changes, it will take longer to process your application.<br> | ||
You cannot edit a product, only add a new one or remove an existing one. | ||
</p> | ||
<div class="govuk-body govuk-!-margin-bottom-4"> | ||
<a class="govuk-link" href="{% url 'exporter-help-support' %}">Contact us if you need help editing your application</a>. | ||
</div> | ||
<form method="post"> | ||
{% csrf_token %} | ||
{% crispy form %} | ||
</form> | ||
|
||
{% endblock %} |
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
9 changes: 2 additions & 7 deletions
9
exporter/core/templates/goods/forms/common/help_with_control_list_entries.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 |
---|---|---|
@@ -1,7 +1,2 @@ | ||
<p class="govuk-body"> | ||
Control lists determine whether a product is controlled and requires a licence to export. | ||
</p> | ||
|
||
<a class="govuk-link" href="https://www.gov.uk/guidance/uk-strategic-export-control-lists-the-consolidated-list-of-strategic-military-and-dual-use-items" target="_blank"> | ||
Guidance - control lists (opens in new tab) | ||
</a> | ||
<p class="govuk-body"><a class="govuk-link" href="https://www.gov.uk/government/publications/uk-strategic-export-control-lists-the-consolidated-list-of-strategic-military-and-dual-use-items-that-require-export-authorisation" target="_blank">Control lists</a> (opens in new tab) determine whether a product is controlled and requires a licence to export.</p> | ||
<p class="govuk-body">If the product is not subject to any controls, you'll be issued with a 'no licence required' document.</p> |
Oops, something went wrong.