[TASK] improve user management ux
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
			
		||||
        <h1 class="h1">Users</h1>
 | 
			
		||||
        {% if allowed_to_edit %}
 | 
			
		||||
            <details class="mt-5 bg-gray-200 dark:bg-primary-600 p-3 rounded-md">
 | 
			
		||||
                <summary class="px-3 cursor-pointer text-md font-bold text-primary-950">Neue Person hinzufügen</summary>
 | 
			
		||||
                <summary class="px-3 cursor-pointer text-md font-bold text-primary-950 dark:text-white">Neue Person hinzufügen</summary>
 | 
			
		||||
                <form action="/admin/user/new"
 | 
			
		||||
		  onsubmit="return confirm('Willst du wirklich einen neuen Benutzer anlegen?');"
 | 
			
		||||
                  method="post"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user