diff --git a/templates/admin/user_management.html b/templates/admin/user_management.html
index 91a6703..86f4074 100644
--- a/templates/admin/user_management.html
+++ b/templates/admin/user_management.html
@@ -70,10 +70,17 @@
{% else %}
⬇️ Usuń admina
{% endif %}
-
- 🗑️ Usuń
-
+ {% if user.username == 'admin' %}
+
+ 🗑️ Usuń
+
+ {% else %}
+
+ 🗑️ Usuń
+
+ {% endif %}
{% endfor %}