project/templates/admin/base_site.html
author Primal Pappachan <primal007@gmail.com>
Fri, 02 Dec 2011 16:48:56 +0530
branch2011
changeset 476 b589c15fa60f
parent 148 8999d67e3054
permissions -rw-r--r--
merged

{% 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 %}