project/templates/admin/base_site.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 16 Nov 2010 17:37:36 +0530
branchpayments
changeset 263 02593358eddc
parent 148 8999d67e3054
permissions -rw-r--r--
Made adjustments in the view to make paid field a dummy form field and not a model field. Also added confirmed field as model field.

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