summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/admin/base_site.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html
new file mode 100644
index 0000000..100ae6c
--- /dev/null
+++ b/templates/admin/base_site.html
@@ -0,0 +1,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 %}