{% extends "studygroups/base.html" %} {% load studygroup_tags %} {% block title %}{% trans "Delete Study Group" %} - {{ study_group.get_title }}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Delete a Study Group" %}

{{ study_group.title }} - {{ study_group.get_absolute_url }}

{{ study_group.content|safe|truncatewords_html:"60" }}
{% trans "Are you sure you want to permanently delete this study group?" %}
{% csrf_token %}
{% endblock %}