Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
markj0hnst0n committed Jan 23, 2025
1 parent 5f07587 commit 4964cd8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions exporter/apply_for_a_licence/forms/triage_questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ def opening_question():
),
Option(
key="f680",
value="MOD f680 clearance",
value="Security Approval",
description=(
"Select if you need to share information (an F680) or to go to an exhibition, or if you're gifting "
"surplus products."
"Select if you need approval to give classified products or information to non-UK organisations, "
"governments and individuals. This includes F680 approval. You should apply for security approval"
" before you apply for a licence."
),
disabled=False,
),
Expand Down
2 changes: 1 addition & 1 deletion exporter/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
path("", include("exporter.core.urls")),
path("applications/", include("exporter.applications.urls")),
path("apply-for-a-licence/", include("exporter.apply_for_a_licence.urls")),
path("apply-for-mod-clearance/", include("exporter.applications.f680.urls")),
path("apply-for-mod-approval/", include("exporter.applications.f680.urls")),
path("auth/", include("exporter.auth.urls")),
path("end-users/", include("exporter.end_users.urls")),
path("product-list/", include("exporter.goods.urls")),
Expand Down

0 comments on commit 4964cd8

Please sign in to comment.