From 72cc12f195b3f342d716eb411cbfef2283aeaeb6 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Wed, 24 Apr 2019 16:38:13 -0400 Subject: [PATCH] Update todo formatting --- atst/routes/applications/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atst/routes/applications/settings.py b/atst/routes/applications/settings.py index 8cacb658..169af8c9 100644 --- a/atst/routes/applications/settings.py +++ b/atst/routes/applications/settings.py @@ -107,8 +107,8 @@ def update_env_roles(environment_id): return redirect(url_for("applications.settings", application_id=application.id)) else: # 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 - # should never have any form validation errors + # if a user is submitting the data via the web page then they + # should never have any form validation errors return render_template( "portfolios/applications/settings.html", application=application,