project/templates/admin/base_site.html
author Puneeth Chaganti <punchagan@fossee.in>
Mon, 18 Oct 2010 23:29:05 +0530
changeset 175 a51d2b6e9a78
parent 148 8999d67e3054
permissions -rw-r--r--
Minor changes to the content of post-registration email.

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