{% extends "admin/change_form.html" %}
{% block content %}
{{ block.super }}
{% comment %}
We use django to generate URLs that are then
read by javascript. This allows the JS features
to work also when django-loci is used as a based
app to create a new app with a different app_label
{% endcomment %}
{% endblock %}