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

Create Team Session

{% if form.errors %}

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

{% endif %} {% csrf_token %}

New Session

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