project/templates/admin/base_site.html
author Parth buch <parth.buch.115@gmail.com>
Fri, 09 Sep 2011 16:56:13 +0530
branch2011
changeset 386 8ce19610fa03
parent 148 8999d67e3054
permissions -rw-r--r--
changes made to schedule to reflect 2011 dates

{% extends "admin/base.html" %}
{% load i18n %}

{% block title %}{{ title }} | {% trans 'SciPy.in Administration' %}{% endblock %}

{% block branding %}
<h1 id="site-name">{% trans 'SciPy.in Administration' %}</h1>
{% endblock %}

{% block nav-global %}{% endblock %}