project/templates/admin/base_site.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 08 Sep 2010 15:36:49 +0530
changeset 154 d26cedf5e0d3
parent 148 8999d67e3054
permissions -rw-r--r--
Add my talks URL and remove talks-cfp prefix from URLs.

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