mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 03:13:42 -05: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():
|
||||
default_organisation_type = current_user.default_organisation_type
|
||||
form = CreateServiceForm(
|
||||
# organisation_type=default_organisation_type
|
||||
organisation_type="federal"
|
||||
)
|
||||
|
||||
if form.validate_on_submit():
|
||||
|
||||
Reference in New Issue
Block a user