{% extends "admin/change_form.html" %} {% load i18n %} {% comment %} This form is the version's own settings. What is *in* the version is one click away, and saying so here is the difference between someone finding the structure editor and someone editing pages one at a time forever. {% endcomment %} {% block content %} {% if original %}
{% translate "Edit the structure" %} {% translate "Responses" %} {% translate "Pages, sections, questions, choices and validators are all on the structure editor." %}
{% endif %} {{ block.super }} {% endblock %} {% block extrastyle %} {{ block.super }} {% endblock %}