{% extends "admin/login.html" %}
{% load i18n admin_static staticfiles django_hashcash_tags %}
{% block extrahead %}{{ block.super }}
{% comment %}
NOTE: These styles "reset" what django-admin-style does to the submit
button, but should also produce nice results for configurations that do not
include django-admin-style.
{% endcomment %}
{% endblock %}
{% block footer %}
{{ block.super }}
{% endblock %}