project/templates/admin/base_site.html
changeset 1 fda1c66b25f9
child 148 8999d67e3054
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project/templates/admin/base_site.html	Fri Oct 30 15:09:12 2009 +0530
@@ -0,0 +1,10 @@
+{% extends "admin/base.html" %}
+{% load i18n %}
+
+{% block title %}{{ title }} | {% trans 'SciPy.in 2009 Administration' %}{% endblock %}
+
+{% block branding %}
+<h1 id="site-name">{% trans 'SciPy.in 2009 Administration' %}</h1>
+{% endblock %}
+
+{% block nav-global %}{% endblock %}