project/templates/admin/base_site.html
author Parth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 20:37:47 +0530
branch2011
changeset 426 8d55ce40211c
parent 148 8999d67e3054
permissions -rw-r--r--
fixed typo in eric's bio, sorted out speakers

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