diff --git a/app/templates/admin/admin-user-edit.html b/app/templates/admin/admin-user-edit.html index b25abc21..706e76e4 100644 --- a/app/templates/admin/admin-user-edit.html +++ b/app/templates/admin/admin-user-edit.html @@ -2,7 +2,6 @@ {% extends "admin/base.html" %} {% from 'shared/macros/alerts.html' import loading_state %} {% from 'shared/macros/headers.html' import edit_page_header %} -{% from 'shared/macros/modals.html' import confirm_modal %} {% block title %}Edit Admin User{% endblock %} @@ -255,16 +254,71 @@ -{{ confirm_modal( - 'removePlatformModal', - 'Remove Platform', - 'Are you sure you want to remove this platform from this admin?', - 'confirmRemovePlatform()', - 'showRemovePlatformModal', - 'Remove', - 'Cancel', - 'warning' -) }} + {% endblock %} {% block extra_scripts %}