diff options
Diffstat (limited to 'templates/admin/base_site.html')
-rw-r--r-- | templates/admin/base_site.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html index 100ae6c..83c59a2 100644 --- a/templates/admin/base_site.html +++ b/templates/admin/base_site.html @@ -1,10 +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 %}
+{% 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 %} |