Add class to edit member perms modal so it has same styling as add new member modal

This commit is contained in:
leigh-mil 2019-10-08 16:43:15 -04:00
parent c9c7c3a1b5
commit 04ebb863f1

View File

@ -58,7 +58,7 @@
{% for member in members %}
{%- if user_can_edit_app_member %}
{% set modal_name = "edit_member-{}".format(loop.index) %}
{% call Modal(modal_name) %}
{% call Modal(modal_name, classes="form-content--app-mem") %}
<div class="modal__form--header">
<h1>{{ Icon('avatar') }} {{ member.user_name }}</h1>
<hr>