{% extends "base.html" %} {% block title %}Remove Member — Fossilrepo{% endblock %} {% block content %}
← Back to {{ team.name }}

Remove Member

Are you sure you want to remove {{ member_user.username }} from {{ team.name }}?

{% csrf_token %} Cancel
{% endblock %}