{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Change Workout {% endblock %} {% block content %}
{% if form.errors %}

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

{% endif %}

Confirm Workout Delete

This will delete the following workout and all linked graph images:
Date:{{ workout.date }}
Time:{{ workout.starttime }}
Distance:{{ workout.distance }}m
Duration:{{ workout.duration |durationprint:"%H:%M:%S.%f" }}

Cancel

Delete

 

{% endblock %}