Removed 2009 from Admin base template headers.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 22 Jul 2010 14:44:30 +0530
changeset 148 8999d67e3054
parent 147 c085ceb4652a
child 149 7166c54218ef
Removed 2009 from Admin base template headers.
project/templates/admin/base_site.html
--- a/project/templates/admin/base_site.html	Thu Jul 22 14:43:55 2010 +0530
+++ b/project/templates/admin/base_site.html	Thu Jul 22 14:44:30 2010 +0530
@@ -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 %}