{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% load tz %} {% get_current_timezone as TIME_ZONE %} {% block scripts %} {% endblock %} {% block main %}

Add Manual Workout Entry

  • {% if form.errors %}

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

    {% endif %}
    {{ form.as_table }} {{ metricsform.as_table }}
    Optional, add image (PM screenshot, for example as evidence for a virtual race): {{ iform.as_table }}
    {% csrf_token %}

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