Merge pull request #2955 from alphagov/auto-nhs-org-type

Set org type to NHS if user has NHS email address
This commit is contained in:
Chris Hill-Scott
2019-05-15 16:26:23 +01:00
committed by GitHub
4 changed files with 89 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
{{ textbox(form.name, hint="You can change this later") }}
{% if not current_user.default_organisation.organisation_type %}
{% if not current_user.default_organisation_type %}
{{ radios(form.organisation_type) }}
{% endif %}