{% extends "formly/design/survey_edit_base.html" %}
{% load bootstrap %}
{% block body %}
Edit the details for this page.Modify Page
Label | Type | Help | Required | ||
---|---|---|---|---|---|
Up Down | {{ field.label }} | {{ field.get_field_type_display }} {% if field.choices.exists %} {% for choice in field.choices.all %} {{ choice }} {% endfor %} {% endif %} | {{ field.help_text }} | {{ field.required }} | Delete |