project/templates/admin/base_site.html
author Parth buch <parth.buch.115@gmail.com>
Fri, 30 Sep 2011 18:52:10 +0530
branch2011
changeset 417 4dd4f6d77e10
parent 148 8999d67e3054
permissions -rw-r--r--
changed the registration page to make it static and incorporate doattend
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 %}