{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Update Planned Session{% endblock %} {% block main %}

Edit Session

  • {{ thesession.name }}

    {% if user.is_authenticated and user|is_manager %}

    Assign to my Teams

    {% endif %}
    {% if form.errors %}

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

    {% endif %}

    {{ form.as_table }}

    {% csrf_token %}

    Delete Clone

{% endblock %} {% block sidebar %} {% include 'menu_plan.html' %} {% endblock %} {% block scripts %} {% endblock %}