forked from expo/troggle
more signup mods
This commit is contained in:
@@ -47,13 +47,15 @@ def signup(request):
|
|||||||
"medic_info":"None",
|
"medic_info":"None",
|
||||||
"veggie": "mostly",
|
"veggie": "mostly",
|
||||||
"student": "no",
|
"student": "no",
|
||||||
|
"top_tent_cap": 2,
|
||||||
|
"base_tent_cap": 3,
|
||||||
})
|
})
|
||||||
return render(
|
return render(
|
||||||
request,
|
request,
|
||||||
"signup.html",
|
"signup.html",
|
||||||
{"form": pageform,
|
{"form": pageform,
|
||||||
"year": "2025", "dates": "30th June - 3rd August",
|
"year": "2025", "dates": "30th June - 3rd August",
|
||||||
"name": "", "kinname": ""},
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
class ExpoSignupForm(forms.Form):
|
class ExpoSignupForm(forms.Form):
|
||||||
|
|||||||
@@ -21,7 +21,6 @@ Loser Expo 2025 SIGN-UP Form
|
|||||||
p.blocktext { margin-left: 48pt; margin-right: 48pt }
|
p.blocktext { margin-left: 48pt; margin-right: 48pt }
|
||||||
div.blocktext { margin-left: 48pt; margin-right: 48pt }
|
div.blocktext { margin-left: 48pt; margin-right: 48pt }
|
||||||
ul.blocktext { margin-left: 48pt; margin-right: 48pt }
|
ul.blocktext { margin-left: 48pt; margin-right: 48pt }
|
||||||
ul {list-style: disc}
|
|
||||||
ol.blocktext { margin-left: 48pt; margin-right: 48pt }
|
ol.blocktext { margin-left: 48pt; margin-right: 48pt }
|
||||||
h1 { font-size: 24pt; line-height: 100% }
|
h1 { font-size: 24pt; line-height: 100% }
|
||||||
h2 { color: #009900 }
|
h2 { color: #009900 }
|
||||||
@@ -128,7 +127,7 @@ Loser Expo 2025 SIGN-UP Form
|
|||||||
|
|
||||||
<h3>Tents</h3>
|
<h3>Tents</h3>
|
||||||
<p>There will be two high camps in {{year}}:</p>
|
<p>There will be two high camps in {{year}}:</p>
|
||||||
<ul>
|
<ul style="list-style: disc">
|
||||||
<li>the Stone Bridge site;</li>
|
<li>the Stone Bridge site;</li>
|
||||||
<li>the Garlic Cave site</li>
|
<li>the Garlic Cave site</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user