{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Workout Data Resample{% endblock %} {% block main %}

Workout Data Resample for {{ workout.name }}

  • This functionality resamples the data to 1 second intervals. This can be useful in case there are gaps larger than 30 seconds in the data, which prevent the creation of a correct CP chart.

    {{ form.as_table }} {% csrf_token %}

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