{% extends 'forums/base.html' %} {% load bootstrap %} {% load restructuredtext %} {% block pagetitle %}: Delete Forum{% endblock pagetitle %} {% block content %}

Delete Forum

Description

{{ object.description|restructuredtext }}

Posts

{% for post in object.posts.all %} {% include 'forums/post_card.html' with forum=object post=post %} {% endfor %}
{% csrf_token %}

Are you sure you want to delete this Forum (and all associated Posts)?

{% endblock content %}