{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}New Planned Session{% endblock %} {% block content %}
{% include "planningbuttons.html" %}

Edit Team Session

{% if form.errors %}

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

{% endif %} {% csrf_token %}

Session {{ plannedsession.name }}

{{ form.as_table }}
{% endblock %} {% block scripts %} {% endblock %}