modified the add_project route in your Flask application to include flash...
Compare changes
+ 3
− 3
@@ -67,11 +67,11 @@ def add_project():
@@ -67,11 +67,11 @@ def add_project():
modified the add_project route in your Flask application to include flash messages upon successful submission of the project form and redirected to the home page.