You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
381 B
HTML
18 lines
381 B
HTML
{% extends "admin/base.html" %}
|
|
{% load i18n %}
|
|
{% load static %}
|
|
|
|
{% block title %}
|
|
{{ title }} | KOMPASS
|
|
{% endblock %}
|
|
|
|
{% block extrastyle %}
|
|
<link rel="shortcut icon" href="{% static 'admin/images/favicon2.png' %}">
|
|
{% endblock %}
|
|
|
|
{% block branding %}
|
|
<h1 id="site-name"><a href="{% url 'admin:index' %}">KOMPASS</a></h1>
|
|
{% endblock %}
|
|
|
|
{% block nav-global %}{% endblock %}
|