{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Advanced Features {% endblock %} {% block main %}

Stream Editor

  • Edit river Stream between turning points in your row. Use positive (+) values to denote rowing with the stream, negative (-) values to denote rowing against the stream.

  • {% if form.errors %}

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

    {% endif %} {{ form.as_table }}
    {% csrf_token %}
  • {{ interactiveplot |safe }} {{ the_div |safe }}
{% endblock %} {% block sidebar %} {% include 'menu_workout.html' %} {% endblock %}