mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2026-03-21 22:32:17 +00:00
change group "Allgemein" back to "csw-Allgemein"
This commit is contained in:
parent
6dd48b7f40
commit
9bcf75c173
1 changed files with 2 additions and 2 deletions
|
|
@ -217,12 +217,12 @@ ticket_details = collections.OrderedDict[str, str | int]()
|
|||
ticket_details["Kontaktperson"] = contact_name
|
||||
ticket_details["Email"] = contact_email
|
||||
|
||||
form_group = "Allgemein"
|
||||
form_group = "csw-Allgemein"
|
||||
form_category: str | None = None
|
||||
|
||||
match request_uri:
|
||||
case "/kontakt":
|
||||
form_name = "Allgemein"
|
||||
form_name = "csw-Allgemein"
|
||||
|
||||
case "/kontakt/problem":
|
||||
form_name = "Problem-Support"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue