project/templates/admin/base_site.html
author Nishanth Amuluru <nishanth@fossee.in>
Fri, 10 Dec 2010 16:05:09 +0530
changeset 358 c09beee32d9b
parent 148 8999d67e3054
permissions -rw-r--r--
Updated the tutorial page

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