changeset 1 | fda1c66b25f9 |
0:9a77edda77b7 | 1:fda1c66b25f9 |
---|---|
1 {% extends "admin/base.html" %} |
|
2 {% load i18n %} |
|
3 |
|
4 {% block title %}{{ title }} | {% trans 'SciPy.in 2009 Administration' %}{% endblock %} |
|
5 |
|
6 {% block branding %} |
|
7 <h1 id="site-name">{% trans 'SciPy.in 2009 Administration' %}</h1> |
|
8 {% endblock %} |
|
9 |
|
10 {% block nav-global %}{% endblock %} |