{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Delete Team {% endblock %} {% block main %}

Confirm Deleting the team {{ team.name }}

  • {% if form.errors %}

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

    {% endif %}

    This will remove the team. Your team members and their workouts will not be deleted.

    Cancel

    Delete

{% endblock %} {% block sidebar %} {% include 'menu_teams.html' %} {% endblock %}