{% extends "admin/core/base.html" %} {% block title %} {% block contextual_title %}{% endblock contextual_title %} - {% include "admin/elements/contextual_site_name.html" %} {% endblock title %} {% block title-section %} {{ block.super }} {% endblock title-section %} {% block breadcrumbs %} {{ block.super }} {% endblock breadcrumbs %} {% block body %}
{% csrf_token %} {% include "admin/elements/forms/messages_in_callout.html" %}
{% block form_content %} {% endblock form_content %}
{% endblock body %} {% block toastr %} {% comment %} Avoid showing the messages via Toastr since they should be included at the top of the form. {% endcomment %} {% endblock toastr %}