Merge pull request #1119 from dod-ccpo/resend-invite_1
Resend invite fixes
This commit is contained in:
commit
51bf55e6cd
@ -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'>
|
||||||
@ -87,7 +90,7 @@
|
|||||||
{{ member.update_invite_form.csrf_token }}
|
{{ member.update_invite_form.csrf_token }}
|
||||||
{{ member_fields.InfoFields(member.update_invite_form) }}
|
{{ member_fields.InfoFields(member.update_invite_form) }}
|
||||||
<div class="action-group">
|
<div class="action-group">
|
||||||
{{ SaveButton(text='Resend Invite', element='input', additional_classes='action-group__action') }}
|
<input type="submit" class="usa-button usa-button-primary action-group__action" tabindex="0" value="Resend Invite" />
|
||||||
<a class='action-group__action' v-on:click="closeModal('{{ resend_invite_modal }}')">{{ "common.cancel" | translate }}</a>
|
<a class='action-group__action' v-on:click="closeModal('{{ resend_invite_modal }}')">{{ "common.cancel" | translate }}</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user