project/templates/admin/base_site.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sun, 17 Oct 2010 00:09:41 +0530
changeset 165 e5c0674761e7
parent 148 8999d67e3054
permissions -rw-r--r--
Added an about page for Hyderabad city and corresponding links.

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