summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/admin/base_site.html
blob: 3282d4f5a596c3819a8a453fa2c9dbcda7dafb80 (plain)
1
2
3
4
5
6
7
8
9
10
{% extends "admin/base.html" %}
{% load i18n %}

{% block title %}{{ title }} | {% trans 'Ishtar administration' %}{% endblock %}

{% block branding %}
<h1 id="site-name">{% trans 'Ishtar administration' %}</h1>
{% endblock %}

{% block nav-global %}{% endblock %}