Update the flash message for when a new application member is added.

This commit is contained in:
dandds
2019-09-19 09:34:00 -04:00
parent 60a5bb8c19
commit 7bb9400ea7
3 changed files with 7 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ MESSAGES = {
"new_application_member": {
"title_template": translate("flash.success"),
"message_template": """
<p>{{ "flash.new_application_member" | translate({ "user_name": user_name }) }}</p>
<p>{{ "flash.new_application_member" | translate({ "user_name": user_name, "application_name": application_name }) }}</p>
""",
"category": "success",
},