Skip to content

Commit a6424b3

Browse files
committed
Preselect the users org when adding a service and choosing org type
1 parent 1633bc8 commit a6424b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/main/views/add_service.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ def add_service_choose_organisation():
8888
default_org = current_user.default_organisation
8989
form = ChooseOrganisationForm(default_organisation=default_org.name)
9090

91+
form.organisation.data = "default"
92+
9193
if form.validate_on_submit():
9294
return redirect(url_for("main.add_service_service_name"))
9395

0 commit comments

Comments
 (0)