diff --git a/canaille/static/js/users.js b/canaille/static/js/users.js deleted file mode 100644 index 08bf81cd..00000000 --- a/canaille/static/js/users.js +++ /dev/null @@ -1,10 +0,0 @@ -$( function () { - $('.delete-user').click(function(event){ - event.preventDefault(); - var that = this; - $('.delete-confirmation').unbind('click').click(function(){ - window.location.href = $(that).attr('href'); - }); - $('.ui.basic.modal').modal('show'); - }); -}); diff --git a/canaille/templates/group.html b/canaille/templates/group.html index a0ecc56d..95c7b7ec 100644 --- a/canaille/templates/group.html +++ b/canaille/templates/group.html @@ -11,8 +11,7 @@ {%- endblock -%} {% block script %} - - + {% endblock %} {% block submenu %} diff --git a/canaille/templates/invite.html b/canaille/templates/invite.html index ed29abee..5ede8c73 100644 --- a/canaille/templates/invite.html +++ b/canaille/templates/invite.html @@ -6,7 +6,7 @@ {%- endblock -%} {% block script %} - + {% endblock %} {% block submenu %} diff --git a/canaille/templates/oidc/admin/authorization_list.html b/canaille/templates/oidc/admin/authorization_list.html index bb51a188..6bb6e7ad 100644 --- a/canaille/templates/oidc/admin/authorization_list.html +++ b/canaille/templates/oidc/admin/authorization_list.html @@ -5,10 +5,6 @@ {%- trans %}Codes{% endtrans -%} {%- endblock -%} -{% block script %} - -{% endblock %} - {% block submenu %}