mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-03-30 07:09:54 +01:00
more signup mods
This commit is contained in:
@@ -47,13 +47,15 @@ def signup(request):
|
||||
"medic_info":"None",
|
||||
"veggie": "mostly",
|
||||
"student": "no",
|
||||
"top_tent_cap": 2,
|
||||
"base_tent_cap": 3,
|
||||
})
|
||||
return render(
|
||||
request,
|
||||
"signup.html",
|
||||
{"form": pageform,
|
||||
"year": "2025", "dates": "30th June - 3rd August",
|
||||
"name": "", "kinname": ""},
|
||||
},
|
||||
)
|
||||
|
||||
class ExpoSignupForm(forms.Form):
|
||||
|
||||
Reference in New Issue
Block a user