main #1

Open
philipp wants to merge 97 commits from Ruderverein-Donau-Linz/rowt:main into main
Showing only changes of commit 11025738bb - Show all commits

View File

@ -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"