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.
|
{% extends "admin/base_site.html" %}
|
|
{% load hc_extras static %}
|
|
{% block title %}{% site_name %} Administration{% endblock %}
|
|
|
|
{% block extrastyle %}
|
|
<link rel="stylesheet" href="{% static 'css/icomoon.css' %}" type="text/css">
|
|
{% endblock %}
|
|
|
|
{% block branding %}
|
|
<h1 id="site-name">
|
|
<a href="{% url 'admin:index' %}">{% site_name %}</a>
|
|
<small>{% site_version %}</small>
|
|
</h1>
|
|
{% endblock %}
|
|
|