You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
274 B

{% extends "admin/base_site.html" %}
{% load hc_extras %}
{% block title %}{% site_name %} Administration{% endblock %}
{% block branding %}
<h1 id="site-name">
<a href="{% url 'admin:index' %}">{% site_name %}</a>
<small>{% site_version %}</small>
</h1>
{% endblock %}