Private
Public Access
1
0

registration form (not processing yet)

This commit is contained in:
Sander Roosendaal
2020-05-26 22:21:04 +02:00
parent 66454b9ba2
commit 5952e85694
3 changed files with 51 additions and 7 deletions

View File

@@ -21,7 +21,7 @@
<form id="race_register_form"
<form id="race_register_form"
method="post">
<div class="grid_12 alpha">
<p>If you are participating in a single, we will take the age and weight
@@ -35,6 +35,13 @@
as a Male crew. Check the "Mixed gender" check box to register as a
mixed gender crew (except for 1x where this check box does nothing).
</p>
{% if race.coursestandards %}
<p>This race uses standard times and limits the race fields to those where
standard times exist. The "Field" form choice will overrule other selections you
make in the form (boat type, weight, etc) and your entry will be rejected
if the age and gender doesn't match.
</p>
{% endif %}
<div class="grid_6 alpha">
<table width="100%">
{{ form.as_table }}