{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}File loading{% endblock %} {% block meta %} {% endblock %} {% block main %}
  • Drag and drop files here

    Upload Workout File

    {% if user.is_authenticated and user|coach_rowers %}

    Looking for Team Manager Upload?

    {% endif %} {% if form.errors %}

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

    {% endif %} {{ 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 export to major fitness platforms 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. With the Landing Page option, you can select to which (workout related) page you will be taken after a successfull upload.

    If you don't have a workout file but have written down the splits, you can create a workout file yourself from this template

    Select Files with the File button or drag them on the marked area

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