Remove Portfolio User

This commit is contained in:
George Drummond
2019-03-26 15:45:32 -04:00
parent 575cfce5e4
commit 6f1eb43de4
8 changed files with 145 additions and 1 deletions

View File

@@ -138,6 +138,11 @@ MESSAGES = {
""",
"category": "error",
},
"portfolio_member_removed": {
"title_template": "Portfolio Member Removed",
"message_template": "You have successfully removed {{ member_name }} from the portfolio.",
"category": "success",
},
}