Update flash message for resending an invite
This commit is contained in:
parent
200fa225cc
commit
1eecf19459
@ -40,7 +40,7 @@ MESSAGES = {
|
||||
"category": "error",
|
||||
},
|
||||
"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 }}",
|
||||
"category": "success",
|
||||
},
|
||||
|
@ -17,13 +17,16 @@
|
||||
) %}
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="subheading" id="application-members">
|
||||
{{ 'portfolios.applications.settings.team_members' | translate }}
|
||||
</div>
|
||||
|
||||
{% if g.matchesPath("application-members") %}
|
||||
{% include "fragments/flash.html" %}
|
||||
{% endif %}
|
||||
|
||||
<div class="subheading">
|
||||
{{ 'portfolios.applications.settings.team_members' | translate }}
|
||||
</div>
|
||||
<div class="panel">
|
||||
{% if not application.members %}
|
||||
<div class='empty-state panel__content'>
|
||||
@ -113,7 +116,7 @@
|
||||
{%- endif %}
|
||||
{% endfor %}
|
||||
|
||||
<section class="member-list application-list" id="application-members">
|
||||
<section class="member-list application-list">
|
||||
<div class='responsive-table-wrapper'>
|
||||
<table class="atat-table">
|
||||
<thead>
|
||||
|
Loading…
x
Reference in New Issue
Block a user