{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Submit challenge Result{% endblock %} {% block meta %} {% endblock %} {% block main %}

Submit Your Result for {{ race.name }}

  • Select one of the following workouts that you rowed within the challenge window

    {% csrf_token %}

    {% for field in w_form.hidden_fields %} {{ field }} {% endfor %} {% for field in w_form.visible_fields %} {% endfor %}
    {{ field.label }} {{ field }}
  • Warning: If you submit a workout that was marked as "private", it will be made public by submitting it as a challenge result.

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