set federal as default for new services

This commit is contained in:
stvnrlly
2022-10-13 20:41:06 +00:00
parent 947140bd60
commit aec9f03410

View File

@@ -47,7 +47,7 @@ def _create_example_template(service_id):
def add_service(): def add_service():
default_organisation_type = current_user.default_organisation_type default_organisation_type = current_user.default_organisation_type
form = CreateServiceForm( form = CreateServiceForm(
# organisation_type=default_organisation_type organisation_type="federal"
) )
if form.validate_on_submit(): if form.validate_on_submit():