touch up review page and add route for submitting task order invites
This commit is contained in:
@@ -101,6 +101,13 @@ MESSAGES = {
|
||||
"message_template": "",
|
||||
"category": "success",
|
||||
},
|
||||
"task_order_complete": {
|
||||
"title_template": "Task Order Complete",
|
||||
"message_template": """
|
||||
Invitations for {{ task_order.portfolio_name }} have been sent.
|
||||
""",
|
||||
"category": "success",
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user