project/templates/admin/base_site.html
author Parth buch <parth.buch.115@gmail.com>
Thu, 24 Nov 2011 17:18:14 +0530
branch2011
changeset 454 2d3479837338
parent 148 8999d67e3054
permissions -rw-r--r--
Added the sprint 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 %}