{% extends 'base.html' %} {% load crispy_forms_tags %} {% block content %}

Confirm deletion

Are you sure you want to delete the question "{{ question.text }}"? There is no going back.

{% csrf_token %} Nevermind
{% endblock %}