project/templates/admin/base_site.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 02 Dec 2010 19:13:08 +0530
changeset 331 2ac3cf08cd00
parent 148 8999d67e3054
permissions -rw-r--r--
Changed report lab eggs location.

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