so ein bisschen buttons und links und non admin user tests

This commit is contained in:
2026-06-06 18:13:40 +02:00
parent dfb031949b
commit 2a15f77f4f
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ pub fn submit_ticket_component() -> Html {
{
if !room_valid {
html! {
<p style="color: red;">{ "Ungültiger oder nicht erlaubter Raum (z. B. 101, K12, D5)" }</p>
<p class="warning" >{ "Ungültiger / nicht erlaubter Raum (z. B. 101, K12, D5)" }</p>
}
} else {
html! {}