project/templates/admin/base_site.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 20 Jul 2010 15:46:53 +0530
changeset 117 1b68c8aa6091
parent 1 fda1c66b25f9
child 148 8999d67e3054
permissions -rw-r--r--
Renamed and reordered the imports.

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