add error message when user prematurely submits TO form
This commit is contained in:
@@ -64,6 +64,7 @@ def invite(task_order_id):
|
||||
)
|
||||
)
|
||||
else:
|
||||
flash("task_order_incomplete")
|
||||
return redirect(
|
||||
url_for("task_orders.new", screen=4, task_order_id=task_order.id)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user