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

  1. {% extends "admin/base_site.html" %}
  2. {% load hc_extras %}
  3. {% block title %}{% site_name %} Administration{% endblock %}
  4. {% block branding %}
  5. <h1 id="site-name">
  6. <a href="{% url 'admin:index' %}">{% site_name %}</a>
  7. <small>{% site_version %}</small>
  8. </h1>
  9. {% endblock %}