diff --git a/admin/templates/delete_user.html b/admin/templates/delete_user.html index 5aa402d..452b61a 100644 --- a/admin/templates/delete_user.html +++ b/admin/templates/delete_user.html @@ -1,19 +1,24 @@ {% extends "base.html" %} {% load i18n %} +{% load django_bootstrap5 %} + {% block content %}

{{ subtitle }}

- -{% load django_bootstrap5 %} -
-
- Are you sure than want remove the lot {{ object.name }} with {{ object.devices.count }} devices. +
+
+ +
-
{% csrf_token %} @@ -31,7 +36,10 @@ {% bootstrap_form form %}
{% translate "Cancel" %} - +
diff --git a/device/templates/new_device.html b/device/templates/new_device.html index 320790d..0ab67f7 100644 --- a/device/templates/new_device.html +++ b/device/templates/new_device.html @@ -28,33 +28,30 @@
{% csrf_token %} {% if form.errors %} -