Merge pull request #2923 from alphagov/dont-ask-org-type

Don’t ask for organisation type when we know it
This commit is contained in:
Chris Hill-Scott
2019-04-30 11:22:21 +01:00
committed by GitHub
6 changed files with 71 additions and 15 deletions

View File

@@ -21,7 +21,9 @@
{{ textbox(form.name, hint="You can change this later") }}
{{ radios(form.organisation_type) }}
{% if not current_user.default_organisation.organisation_type %}
{{ radios(form.organisation_type) }}
{% endif %}
{{ page_footer('Add service') }}