{% extends "admin/base_site.html" %} {% load i18n %} {% block content %}

{% blocktranslate %} Editing a whole questionnaire at once means posting a whole questionnaire at once, and Django refuses a form with more than DATA_UPLOAD_MAX_NUMBER_FIELDS inputs in it. This one has about {{ needed }}, and the limit is currently {{ current }}. {% endblocktranslate %}

{% translate "Nothing is wrong with the questionnaire. Raise the limit in your settings:" %}

DATA_UPLOAD_MAX_NUMBER_FIELDS = {{ suggested }}

{% translate "Then go back and save again -- nothing was written." %} {% translate "Version settings" %}

{% endblock %}