diff options
author | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
commit | 78cedb2070c7e9d4e4eb418ecde7b60ba428273f (patch) | |
tree | ee8029e7df8aa2eca5ed9354b2c6e592fc11c96a /templates/admin | |
parent | cc27334193c9ddbef15855863934dab3f73ccdd4 (diff) | |
download | troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.tar.gz troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.tar.bz2 troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.zip |
remove all the DOS linefeeds
Diffstat (limited to 'templates/admin')
-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 %} |