{% extends "board_base.html" %} {% load i18n %} {% block sub_title %}{% trans "Delete the forum" %}{% endblock sub_title %} {% block content %}

{% trans "Delete the forum" %}

{% trans "Are you sure you want to delete this forum ?" %}

{{ object.name }}

{% csrf_token %}
{% endblock content %} {% block extra_css %} {{ form.media.css }} {% endblock extra_css %} {% block extra_js %} {{ form.media.js }} {% endblock extra_js %}