{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Remove Coach {% endblock %} {% block main %}

Confirm removing {{ coach.user.first_name }} {{ coach.user.last_name }}

  • This will remove this coach from your list of coaches. You can still be in this coach's training groups, but she/he is losing the ability to upload workouts for you, run analysis or edit your settings on your behalf.

    Cancel

    Drop Coach

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