diff --git a/magstock/forms.py b/magstock/forms.py index 278c9fa..e469857 100644 --- a/magstock/forms.py +++ b/magstock/forms.py @@ -127,4 +127,11 @@ class PreregOtherInfo: def staffing_label(self): return ("We already have enough volunteers to run MAGStock this year. If you'd like to be added " "to our waitlist, click here and indicate your areas of interest. If we can accommodate more " - "volunteers, Staffing Operations will reach out to you in mid-May") \ No newline at end of file + "volunteers, Staffing Operations will reach out to you in mid-May") + +@MagForm.form_mixin +class CheckInForm: + camping_type = HiddenField('Camping Type') + cabin_type = HiddenField('Cabin Type') + meal_plan = HiddenField('Meal Plan') + license_plate = PersonalInfo.license_plate diff --git a/magstock/templates/forms/attendee/check_in_form.html b/magstock/templates/forms/attendee/check_in_form.html new file mode 100644 index 0000000..f726aad --- /dev/null +++ b/magstock/templates/forms/attendee/check_in_form.html @@ -0,0 +1,24 @@ +{% extends 'uber/templates/forms/attendee/check_in_form.html' %} + +{% block merch %} +