{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}File loading{% endblock %} {% block meta %} {% endblock %} {% block main %}

Upload Course Standard Times File

  • Drag and drop files here.

    If you're updating an existing set of standard times, existing groups with challenge entries will be updated. New groups will be created. All groups with challenge entries will remain, even if you delete them from the CSV file. So, it is not possible to remove groups if there have been starts in this group.

    If you want to still remove those groups, it is better to set the existing set of standard times to inactive and upload a new one.

    {% if form.errors %}

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

    {% endif %} {{ form.as_table }}
    {% csrf_token %}

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