Add class to resend invite modal so styling is applied
This commit is contained in:
parent
2455ef14f2
commit
ce4ef37776
@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
{%- if member.role_status == 'pending' %}
|
{%- if member.role_status == 'pending' %}
|
||||||
{% set resend_invite_modal = "resend_invite-{}".format(member.role_id) %}
|
{% set resend_invite_modal = "resend_invite-{}".format(member.role_id) %}
|
||||||
{% call Modal(resend_invite_modal) %}
|
{% call Modal(resend_invite_modal, classes="form-content--app-mem") %}
|
||||||
<div class="modal__form--header">
|
<div class="modal__form--header">
|
||||||
<h1>Verify Member Information</h1>
|
<h1>Verify Member Information</h1>
|
||||||
<hr>
|
<hr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user