summaryrefslogtreecommitdiff
path: root/demo/grappelli/templates/admin/base_site.html
diff options
context:
space:
mode:
Diffstat (limited to 'demo/grappelli/templates/admin/base_site.html')
-rw-r--r--demo/grappelli/templates/admin/base_site.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/demo/grappelli/templates/admin/base_site.html b/demo/grappelli/templates/admin/base_site.html
new file mode 100644
index 0000000..2d052ac
--- /dev/null
+++ b/demo/grappelli/templates/admin/base_site.html
@@ -0,0 +1,10 @@
+{% extends "admin/base.html" %}
+{% load i18n grp_tags %}
+
+{% block title %}{{ title }} | {% trans 'Django site admin' %}{% endblock %}
+
+{% block branding %}
+ <h1 id="site-name">{% trans 'Django administration' %}</h1>
+{% endblock %}
+
+{% block nav-global %}{% endblock %}