project/templates/admin/base_site.html
changeset 148 8999d67e3054
parent 1 fda1c66b25f9
--- 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 %}