project/templates/admin/base_site.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Wed, 24 Nov 2010 19:05:14 +0530
changeset 291 182b03a1e6fe
parent 148 8999d67e3054
permissions -rw-r--r--
Add a way to send mail as confirmation for users for manage payments.

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