{% extends "admin/base.html" %} {% comment %} This template overrides the default one. The contents is the same as the original, except that the "branding" block has been updated. {% endcomment %} {% load i18n %} {% block title %}{% if title %}{{title}} - {% endif %}frePPLe{% endblock %} {% block branding %}Your company logo here{% endblock %} {% block extrastyle %}{{block.super}} {% endblock %} {% block extrahead %}{{block.super}} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block nav-global %}{% endblock %}