project/templates/admin/base_site.html
author Parth buch <parth.buch.115@gmail.com>
Sat, 03 Dec 2011 20:05:08 +0530
branch2011
changeset 494 ac6dbb3685db
parent 148 8999d67e3054
permissions -rw-r--r--
changed the menu ul li tags

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