Add resend invite form/modal, update routes and tests as necessary.

This commit is contained in:
leigh-mil
2020-01-07 16:54:50 -05:00
parent 56c213285f
commit 4f345b462f
5 changed files with 90 additions and 55 deletions

View File

@@ -128,6 +128,11 @@ MESSAGES = {
"message": "flash.portfolio_invite.resent.message",
"category": "success",
},
"resend_portfolio_invitation_error": {
"title_template": "Portfolio invitation error",
"message_template": "There was an error processing the invitation for {{ user_name }}.",
"category": "error",
},
"revoked_portfolio_access": {
"title": "flash.portfolio_member.revoked.title",
"message": "flash.portfolio_member.revoked.message",