{% extends 'team_base.html' %} {% load commonmark %} {% block title %} Remove member {{ teammember.user.profile.name }} from the {{ teammember.team.name }} team {% endblock %} {% block team_content %}

Remove member {{ teammember.user.profile.name }} from the {{ teammember.team.name }} team

Really remove the user {{ teammember.user.profile.name }} from the {{ teammember.team.name }} team? The user will receive an email with a message.

{% csrf_token %} {{ form }} Cancel
{% endblock %}