aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin/base_site.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/base_site.html')
-rw-r--r--templates/admin/base_site.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html
new file mode 100644
index 0000000..45b6d1d
--- /dev/null
+++ b/templates/admin/base_site.html
@@ -0,0 +1,6 @@
+{% extends "admin/base.html" %}
+{% block title %}{{ site_name }} Admin{% endblock %}
+{% block branding %}
+<h1 id="site-name">{{ site_name }} Admin</h1>
+{% endblock %}
+