{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Register for a Virtual Race{% endblock %} {% block meta %} {% endblock %} {% block main %}

Change your entry for {{ race.name }}

If you are participating in a single, we will take the age and weight value from your user settings. For other boat types, please fill out crew weight class and average age.

You will register as a crew with the gender of your user settings. If your user settings have gender "not specified", you will be registered 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).

The challenge organizer may want to publish about the challenge on social media and use your name in the results. If you do not want your name to appear on social media, you can let this know by unchecking the check box in the form.

{% if race.coursestandards %}

This race uses standard times and limits the race groups to those where standard times exist. The "Group" 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.

You can check the valid race groups and standard times here.

{% endif %}
{{ form.as_table }}
{% csrf_token %}
{% endblock %} {% block scripts %} {% endblock %} {% block sidebar %} {% include 'menu_racing.html' %} {% endblock %}