Add success banner

- The banner does not display which members were updated
This commit is contained in:
Montana
2019-05-02 15:25:29 -04:00
parent 9f266ea4e4
commit 1759732d38
3 changed files with 9 additions and 0 deletions

View File

@@ -168,6 +168,13 @@ MESSAGES = {
""",
"category": "success",
},
"updated_application_members_permissions": {
"title_template": translate("flash.success"),
"message_template": """
<p>{{ "flash.updated_application_members_permissions" | translate }}</p>
""",
"category": "success",
},
}