project/templates/admin/base_site.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Mon, 28 Dec 2009 23:37:32 +0530
changeset 83 c6557935bc28
parent 1 fda1c66b25f9
child 148 8999d67e3054
permissions -rw-r--r--
Fixed a merge conflict with RSS feeds line commenting.

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