Delete modals arent dismissable

This commit is contained in:
George Drummond
2019-05-15 10:12:52 -04:00
parent b8ea1349b2
commit 888c6e57ae
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@
{% if user_can(permissions.DELETE_APPLICATION_MEMBER) %}
{% for member_form in team_form.members %}
{% set delete_modal_id = "delete-user-{}".format(member_form.id) %}
{% call Modal(name=delete_modal_id, dismissable=True) %}
{% call Modal(name=delete_modal_id) %}
<h1>
{{ "portfolios.applications.remove_member.header" | translate }}
</h1>