{% extends "admin/base.html" %} {% load i18n grp_tags static %} {% block title %}{{ title }} | {% get_site_title %}{% endblock %} {% block branding %} {# Use the div#grp-branding for branding elements, e.g. a logo #} {#
CDH
#} {% endblock %} {% block nav-global %} {{ block.super }} {# Use the div#grp-branding for branding elements, e.g. a logo #} {#
CDH
#} {% include 'snippets/test_banner.html' %}
v. {{ SW_VERSION }}
{% endblock %} {% block userlinks %} {# could link directly to public archive view here #} {{ block.super }} {% endblock %} {% block extrastyle %} {% endblock %} {% block extrahead %} {{ block.super }} {# csrf adapted from mezzanine admin base site template #} {% endblock %}