Flash messages for saving/ submitting applications

This commit is contained in:
graham-dds
2019-09-17 11:34:57 -04:00
parent 0d45be68d5
commit 83479f60af
2 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,13 @@ MESSAGES = {
"message_template": "Portfolio '{{portfolio_name}}' has been deleted",
"category": "success",
},
"application_created": {
"title_template": translate("flash.success"),
"message_template": """
{{ "flash.application.created" | translate({"application_name": application_name}) }}
""",
"category": "success",
},
"application_deleted": {
"title_template": translate("flash.success"),
"message_template": """