Update flash message for resending an invite
This commit is contained in:
@@ -40,7 +40,7 @@ MESSAGES = {
|
|||||||
"category": "error",
|
"category": "error",
|
||||||
},
|
},
|
||||||
"application_invite_resent": {
|
"application_invite_resent": {
|
||||||
"title_template": "Application invitation revoked",
|
"title_template": "Application invitation resent",
|
||||||
"message_template": "You have successfully resent the invite for {{ user_name }} from {{ application_name }}",
|
"message_template": "You have successfully resent the invite for {{ user_name }} from {{ application_name }}",
|
||||||
"category": "success",
|
"category": "success",
|
||||||
},
|
},
|
||||||
|
@@ -17,13 +17,16 @@
|
|||||||
) %}
|
) %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="subheading" id="application-members">
|
||||||
|
{{ 'portfolios.applications.settings.team_members' | translate }}
|
||||||
|
</div>
|
||||||
|
|
||||||
{% if g.matchesPath("application-members") %}
|
{% if g.matchesPath("application-members") %}
|
||||||
{% include "fragments/flash.html" %}
|
{% include "fragments/flash.html" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="subheading">
|
|
||||||
{{ 'portfolios.applications.settings.team_members' | translate }}
|
|
||||||
</div>
|
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
{% if not application.members %}
|
{% if not application.members %}
|
||||||
<div class='empty-state panel__content'>
|
<div class='empty-state panel__content'>
|
||||||
@@ -113,7 +116,7 @@
|
|||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<section class="member-list application-list" id="application-members">
|
<section class="member-list application-list">
|
||||||
<div class='responsive-table-wrapper'>
|
<div class='responsive-table-wrapper'>
|
||||||
<table class="atat-table">
|
<table class="atat-table">
|
||||||
<thead>
|
<thead>
|
||||||
|
Reference in New Issue
Block a user