Add class to resend invite modal so styling is applied

This commit is contained in:
leigh-mil 2019-10-07 10:55:19 -04:00
parent 2455ef14f2
commit ce4ef37776

View File

@ -77,7 +77,7 @@
{%- if member.role_status == 'pending' %}
{% 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">
<h1>Verify Member Information</h1>
<hr>