{% extends "admin/base_site.html" %} {% block title %}{% if form.errors %}{{ gettext("Error:") }} {% endif %}{{ super() }}{% endblock %} {% block extrastyle %}{{ super() }}{% endblock %} {% block userlinks %} {% set docsroot = url('django-admindocs-docroot', silent=True) %}{% if docsroot %}{{ gettext('Documentation') }} / {% endif %} {{ gettext('Change password') }} /
{% include "admin/color_theme_toggle.html" %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}