{% extends "base.html" %} {% block title %}Delete {{ group.name }} — Fossilrepo{% endblock %} {% block content %}
← Back to {{ group.name }}

Delete Group

Are you sure you want to delete {{ group.name }}? Projects in this group will be unlinked but not deleted.

{% csrf_token %} Cancel
{% endblock %}