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

    {% if form.errors %}

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

    {% endif %} {{ rowerform.as_table }} {{ form.as_table }}
    {% csrf_token %}
  • Optional extra actions

    {{ optionsform.as_table }}

    You can select one static plot to be generated immediately for this workout. You can select to upload to Concept2 automatically. If you check "make private", this workout will not be visible to your followers and will not show up in your teams' workouts list.

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