We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1633bc8 commit a6424b3Copy full SHA for a6424b3
app/main/views/add_service.py
@@ -88,6 +88,8 @@ def add_service_choose_organisation():
88
default_org = current_user.default_organisation
89
form = ChooseOrganisationForm(default_organisation=default_org.name)
90
91
+ form.organisation.data = "default"
92
+
93
if form.validate_on_submit():
94
return redirect(url_for("main.add_service_service_name"))
95
0 commit comments