{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Leave Team {% endblock %} {% block content %}
{% if form.errors %}

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

{% endif %}

Confirm Deleting the team {{ team.name }}

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

Cancel

Delete

 

{% endblock %}