route for deleting an application

This commit is contained in:
dandds
2019-04-10 07:15:15 -04:00
parent 0348af7ce7
commit dac764ab82
6 changed files with 105 additions and 1 deletions

View File

@@ -148,6 +148,15 @@ MESSAGES = {
""",
"category": "success",
},
"application_deleted": {
"title_template": "Success!",
"message_template": """
You have successfully deleted the {{ application_name }} application.
To view the retained activity log, visit the portfolio administration
page. <a href="#">Undo this action</a>.
""",
"category": "success",
},
}