{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Edit Virtual Challenge{% endblock %} {% block main %}

Edit Challenge {{ race.name }}

  • {% if form.errors %}

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

    {% endif %}

    {{ form.as_table }}

    {% csrf_token %}

    • All times are local times in the challenge 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 %}