Low-fi update of modals to fix styling

This commit is contained in:
leigh-mil
2019-10-02 14:09:14 -04:00
parent 52d16017c3
commit 7a4c26419f
9 changed files with 18 additions and 19 deletions

View File

@@ -59,6 +59,8 @@
{% for user, form in users_info %}
{% set modal_id = "disable_ccpo_user_{}".format(user.dod_id) %}
{% call Modal(name=modal_id) %}
<h1>Disable CCPO User</h1>
<hr>
{{
Alert(
title=("components.modal.destructive_title" | translate),