{% extends 'base.html' %} {% load static %} {% load form_tags %} {% block title %}Delete Field - {{ object.label }}{% endblock %} {% block content %}

Delete Field

Warning! This action cannot be undone.

Are you sure you want to delete the field "{{ object.label }}"?

{{ object.label }} {% if object.is_required %} Required {% endif %}

{{ object.get_field_type_display }}

{% if object.help_text %}

{{ object.help_text }}

{% endif %}

All responses for this field will also be deleted.

{% endblock %}