project/templates/admin/base_site.html
author hg@fossee.in
Wed, 16 Dec 2009 22:27:22 +0530
changeset 78 795dd8aeba9f
parent 1 fda1c66b25f9
child 148 8999d67e3054
permissions -rw-r--r--
All changes freeze along with Apache static file serving.

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