{% extends "admin/change_form.html" %}
{% load static %}
{% block content %}
{{ block.super }}
{% block admin_change_form_document_ready %}
{{ block.super }}
{% endblock %}
{% endblock %}
{# Jazzmin-Support: the extrajs block is added in the jazzmin admin templates and won't do any harm for normal django admin#}
{% block extrajs %}
{{ block.super }}
{% endblock %}