{% extends "newbase.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}New Virtual Race{% endblock %} {% block main %}

New Virtual Race

  • With this form, you can create a new virtual race. After you submit the form, the race is created and will be visible to all users. From that moment, only the site admin can delete the race (admin@rowsandall.com). You can still edit the race until the start of the race window.

  • {% if form.errors %}

    Please correct the error{{ form.errors|pluralize }} below.

    {% endif %}

    {{ form.as_table }}

    {% csrf_token %}

    • All times are local times in the race course time zone
    • Adding a contact phone number and email is not mandatory, but we strongly recommend it.
    • If your event has a registration closure deadline, participants have to enter (and can withdraw) before the registration closure time.
    • Participants can submit results until the evaluation closure time.

{% endblock %} {% block scripts %} {% endblock %} {% block sidebar %} {% include 'menu_racing.html' %} {% endblock %}