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

Edit Session

{% if user.is_authenticated and user|is_manager %}
Assign to my Teams
{% endif %}
Courses

{{ thesession.name }}

{% if form.errors %}

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

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