{% extends "admin/base.html" %}
{# if you redefine the extrastyle block later, you'll need to add this in manually #}
{# taken from http://blog.jupo.org/2012/10/26/sydjango-talk-django-admin-missing-manual/ #}
{% block extrastyle %}
{% if singleton %}{% endif %}
{% endblock %}