project/templates/admin/base_site.html
author primal primal007@gmail.com
Wed, 07 Dec 2011 11:43:17 +0530
branch2011
changeset 519 5f6722c88789
parent 148 8999d67e3054
permissions -rw-r--r--
Fixed link and template

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