fix some errors
This commit is contained in:
@@ -145,10 +145,6 @@
|
||||
|
||||
<div class="flex flex-col space-y-4">
|
||||
<div class="flex items-center space-x-4">
|
||||
<div class="flex items-center">
|
||||
{{ form.is_active(class="h-4 w-4 focus:ring-blue-500 border-gray-300 rounded", style="accent-color: #16767b;") }}
|
||||
{{ form.is_active.label(class="ml-2 block text-sm text-gray-900") }}
|
||||
</div>
|
||||
<div class="flex items-center relative group">
|
||||
{% set is_last_admin = current_user.is_admin and total_admins <= 1 %}
|
||||
{{ form.is_admin(
|
||||
|
||||
Reference in New Issue
Block a user