diff --git a/new-registration-app/main.py b/new-registration-app/main.py index 76cda38..9a39f8c 100644 --- a/new-registration-app/main.py +++ b/new-registration-app/main.py @@ -223,6 +223,7 @@ async def add_registration(request: Request, event_id: int, session: SessionDep) num_adult_meals=num_adult_meals, num_children_meals=num_children_meals, num_small_children_meals=num_small_children_meals, + comment=form_data["comment"], ) session.add(registration) session.commit() diff --git a/new-registration-app/templates/event.html b/new-registration-app/templates/event.html index 9205d51..62914a3 100644 --- a/new-registration-app/templates/event.html +++ b/new-registration-app/templates/event.html @@ -104,6 +104,7 @@