mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
set federal as default for new services
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user