project/templates/admin/base_site.html
author Parth buch <parth.buch.115@gmail.com>
Mon, 31 Oct 2011 09:25:37 +0530
branch2011
changeset 440 04c3084c412b
parent 148 8999d67e3054
permissions -rw-r--r--
changed the fb link

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