Display an alert when invitations are resent

This commit is contained in:
richard-dds
2018-11-13 11:31:57 -05:00
parent f6b4b2444f
commit 78e34d4ddd
3 changed files with 24 additions and 1 deletions

View File

@@ -33,6 +33,17 @@
) }}
{% endif %}
{% if resent_invitation_to %}
{% set message -%}
<p>Successfully sent a new invitation to {{ resent_invitation_to }}.</p>
{%- endset %}
{{ Alert('Invitation resent',
message=message,
level='success'
) }}
{% endif %}
{% set member_name = request.args.get("memberName") %}
{% set updated_role = request.args.get("updatedRole") %}
{% if updated_role %}