{% extends "base.html" %} {% block content %} {{ block.super }}

Edit Questionnaire Questions ({{ survey.name }})

{% csrf_token %}
{% include "dojo/form_fields.html" with form=form %}
{% endblock content %} {% block postscript %} {{ block.super }} {% endblock postscript %}