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

{% block title %}{{ title }} | {% trans 'Troggle site admin' %}{% endblock %}

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

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