registration form (not processing yet)
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user