project/templates/admin/base_site.html
author Anoop Jacob Thomas<anoop@fossee.in>
Fri, 12 Nov 2010 20:20:31 +0530
changeset 219 af8a1cd6ec5a
parent 148 8999d67e3054
permissions -rw-r--r--
embedded map in about city 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 %}