{% extends 'base.html' %} {% load crispy_forms_tags %} {% block head %} Delete Form {% endblock %} {% block content %}

Delete Form

Are you sure you want to delete this form: {{ object }}.

Deleting this question will delete all questions and answers associated with it.

{% csrf_token %} Cancel
{% endblock %}