project/templates/admin/base_site.html
author Parth buch <parth.buch.115@gmail.com>
Sat, 17 Sep 2011 18:20:01 +0530
branch2011
changeset 411 0e6657d73a6a
parent 148 8999d67e3054
permissions -rw-r--r--
Removing PSF from sponsors page

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