project/templates/admin/base_site.html
author Kadambari Devarajan <kadambari.devarajan@gmail.com>
Sun, 14 Nov 2010 14:26:06 +0530
changeset 227 091f3896c5e8
parent 148 8999d67e3054
permissions -rw-r--r--
Added titles and abstracts of Prabhu, Asokan and Fernando.

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