Error
Please correct the errors in the form before saving
{% extends 'base.html' %} {% autoescape conditional_xhtml_escape %} {% block content %} {% include 'modules/flash.html' %} {% module Template( 'modules/header.html', admin=admin, heading='%s / %s' % (admin.name, 'Edit' if obj else 'Add new'), back_button=True, add_button=True, absolute_url=admin.get_absolute_url(handler, obj) if obj else False ) %}
Error
Please correct the errors in the form before saving