Update todo formatting
This commit is contained in:
parent
99a3534d03
commit
72cc12f195
@ -107,8 +107,8 @@ def update_env_roles(environment_id):
|
|||||||
return redirect(url_for("applications.settings", application_id=application.id))
|
return redirect(url_for("applications.settings", application_id=application.id))
|
||||||
else:
|
else:
|
||||||
# TODO: Create a better pattern to handle when a form doesn't validate
|
# TODO: Create a better pattern to handle when a form doesn't validate
|
||||||
# if a user is submitting the data via the web page then they
|
# if a user is submitting the data via the web page then they
|
||||||
# should never have any form validation errors
|
# should never have any form validation errors
|
||||||
return render_template(
|
return render_template(
|
||||||
"portfolios/applications/settings.html",
|
"portfolios/applications/settings.html",
|
||||||
application=application,
|
application=application,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user