{% extends 'base.html' %} {% load static %} {% load form_tags %} {% block title %}Delete Field - {{ object.label }}{% endblock %} {% block content %}
Are you sure you want to delete the field "{{ object.label }}"?
{{ object.get_field_type_display }}
{% if object.help_text %}{{ object.help_text }}
{% endif %}All responses for this field will also be deleted.