diff options
author | Madhusudan.C.S | 2010-07-22 14:44:30 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-07-22 14:44:30 +0530 |
commit | 5e6c41e1505e6053aa15bfe46e495ec1aada5e2d (patch) | |
tree | 3c8479205445a0c3117a2b2e95a23e4c33beb506 | |
parent | 411e9ee8f565d4e2f4df40c71777066dc748f7c2 (diff) | |
download | scipycon-5e6c41e1505e6053aa15bfe46e495ec1aada5e2d.tar.gz scipycon-5e6c41e1505e6053aa15bfe46e495ec1aada5e2d.tar.bz2 scipycon-5e6c41e1505e6053aa15bfe46e495ec1aada5e2d.zip |
Removed 2009 from Admin base template headers.
-rw-r--r-- | project/templates/admin/base_site.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/templates/admin/base_site.html b/project/templates/admin/base_site.html index c94049e..e30bb55 100644 --- a/project/templates/admin/base_site.html +++ b/project/templates/admin/base_site.html @@ -1,10 +1,10 @@ {% extends "admin/base.html" %} {% load i18n %} -{% block title %}{{ title }} | {% trans 'SciPy.in 2009 Administration' %}{% endblock %} +{% block title %}{{ title }} | {% trans 'SciPy.in Administration' %}{% endblock %} {% block branding %} -<h1 id="site-name">{% trans 'SciPy.in 2009 Administration' %}</h1> +<h1 id="site-name">{% trans 'SciPy.in Administration' %}</h1> {% endblock %} {% block nav-global %}{% endblock %} |