project/templates/admin/base_site.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 16 Nov 2010 18:07:25 +0530
branchpayments
changeset 265 4b40c44d9f2d
parent 148 8999d67e3054
permissions -rw-r--r--
Add a alert label block with bigger font size and red color.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     1
{% extends "admin/base.html" %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     2
{% load i18n %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     3
148
8999d67e3054 Removed 2009 from Admin base template headers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     4
{% block title %}{{ title }} | {% trans 'SciPy.in Administration' %}{% endblock %}
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     5
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
{% block branding %}
148
8999d67e3054 Removed 2009 from Admin base template headers.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
     7
<h1 id="site-name">{% trans 'SciPy.in Administration' %}</h1>
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     8
{% endblock %}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    10
{% block nav-global %}{% endblock %}