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.

15 lines
398 B

  1. {% extends "admin/base_site.html" %}
  2. {% load hc_extras static %}
  3. {% block title %}{% site_name %} Administration{% endblock %}
  4. {% block extrastyle %}
  5. <link rel="stylesheet" href="{% static 'css/icomoon.css' %}" type="text/css">
  6. {% endblock %}
  7. {% block branding %}
  8. <h1 id="site-name">
  9. <a href="{% url 'admin:index' %}">{% site_name %}</a>
  10. <small>{% site_version %}</small>
  11. </h1>
  12. {% endblock %}