{% extends "site_base.html" %} {% load bootstrap_tags %} {% block body %}

Delete Survey

Please confirm the deletion of this survey.

{{ survey }} {% csrf_token %}
{{ form|as_bootstrap }}
Cancel
{% endblock %}