| author | Madhusudan.C.S <madhusudancs@gmail.com> |
| Fri, 31 Dec 2010 16:50:14 +0530 | |
| changeset 374 | df1fe9447ff7 |
| parent 148 | 8999d67e3054 |
| permissions | -rw-r--r-- |
|
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 %}
|