Flash messages for saving/ submitting applications
This commit is contained in:
parent
0d45be68d5
commit
83479f60af
@ -7,6 +7,13 @@ MESSAGES = {
|
|||||||
"message_template": "Portfolio '{{portfolio_name}}' has been deleted",
|
"message_template": "Portfolio '{{portfolio_name}}' has been deleted",
|
||||||
"category": "success",
|
"category": "success",
|
||||||
},
|
},
|
||||||
|
"application_created": {
|
||||||
|
"title_template": translate("flash.success"),
|
||||||
|
"message_template": """
|
||||||
|
{{ "flash.application.created" | translate({"application_name": application_name}) }}
|
||||||
|
""",
|
||||||
|
"category": "success",
|
||||||
|
},
|
||||||
"application_deleted": {
|
"application_deleted": {
|
||||||
"title_template": translate("flash.success"),
|
"title_template": translate("flash.success"),
|
||||||
"message_template": """
|
"message_template": """
|
||||||
|
@ -101,6 +101,7 @@ email:
|
|||||||
portfolio_invite: "{inviter_name} has invited you to a JEDI cloud portfolio"
|
portfolio_invite: "{inviter_name} has invited you to a JEDI cloud portfolio"
|
||||||
flash:
|
flash:
|
||||||
application:
|
application:
|
||||||
|
created: 'You have successfully created the {application_name} application.'
|
||||||
deleted: 'You have successfully deleted the {application_name} application. To view the retained activity log, visit the portfolio administration page.'
|
deleted: 'You have successfully deleted the {application_name} application. To view the retained activity log, visit the portfolio administration page.'
|
||||||
delete_member_success: 'You have successfully deleted {member_name} from the portfolio.'
|
delete_member_success: 'You have successfully deleted {member_name} from the portfolio.'
|
||||||
deleted_member: Portfolio member deleted
|
deleted_member: Portfolio member deleted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user