{% extends "formly/design/survey_edit_base.html" %} {% load bootstrap_tags %} {% block body %}

Modify Field

Configure the field.

{% csrf_token %}
{{ form|as_bootstrap }}
Cancel Delete
{% if field.needs_choices %}

Choices

{% for choice in field.choices.all %} {% endfor %}
Label Next Page
{{ choice.label }} {{ choice.target|default:"" }} Delete
Add Choice {% endif %} {% endblock %}