FossilRepo
{% extends "base.html" %} {% block title %}Remove Member — Fossilrepo{% endblock %}
{% block content %}
Remove Member
Are you sure you want to remove {{ membership.member.username }} from the organization? This action uses soft delete — the membership can be recovered.
{% endblock %}