mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Mark the phone field optional for the CoderDojo registration form
This commit is contained in:
parent
dfb62777c1
commit
c87faa003f
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ match request_uri:
|
|||
form_group = "CoderDojo"
|
||||
ticket_details["Anmelde-Typ"] = get_form_value("mode")
|
||||
ticket_details["Teilnehmenden-Name"] = get_form_value("participantname", "-")
|
||||
ticket_details["Telefonnummer"] = get_form_value("contactphone")
|
||||
ticket_details["Telefonnummer"] = get_form_value("contactphone", "-")
|
||||
ticket_details["Fotos?"] = get_form_value("photos")
|
||||
|
||||
case _:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue