Flash message

This commit is contained in:
George Drummond
2019-02-11 12:12:05 -05:00
parent 23d9c5f0e0
commit eb0d83b6c3
2 changed files with 9 additions and 0 deletions

View File

@@ -1,6 +1,13 @@
from flask import flash, render_template_string
MESSAGES = {
"task_order_signed": {
"title_template": "Task Order Signed",
"message_template": """
<p>Task order has been signed successfully</p>
""",
"category": "success",
},
"new_portfolio_member": {
"title_template": "Member added successfully",
"message_template": """