{% extends "djmongo/console/base.html" %} {% load i18n %} {% block Content %} Create the Latest Data Dictionary {% if form.errors %} The operation could not be performed because one or more error(s) occurred.Please resubmit the form after making the following changes: {% for field in form %} {{ field.errors|striptags }} {% endfor %} {% endif %} {% csrf_token %} {% load bootstrap %} {{ form|bootstrap }} {% trans "Go Back" %} {% endblock %}
The operation could not be performed because one or more error(s) occurred.Please resubmit the form after making the following changes: