project/templates/admin/base_site.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 11 May 2010 03:48:47 +0530
changeset 96 3ece0de11641
parent 1 fda1c66b25f9
permissions -rw-r--r--
Modify views and templates for proceedings to work.

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