project/templates/admin/base_site.html
author Amit Sethi
Wed, 01 Dec 2010 12:20:13 +0530
changeset 325 1255f442e4f8
parent 148 8999d67e3054
permissions -rw-r--r--
Some changes to font size on badge according to recommendation

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