Mercurial > public > sg101
comparison gpp/templates/admin/base_site.html @ 1:dbd703f7d63a
Initial import of sg101 stuff from private repository.
author | gremmie |
---|---|
date | Mon, 06 Apr 2009 02:43:12 +0000 |
parents | |
children | e04d91babfcf |
comparison
equal
deleted
inserted
replaced
0:900ba3c7b765 | 1:dbd703f7d63a |
---|---|
1 {% extends "admin/base.html" %} | |
2 {% load i18n %} | |
3 | |
4 {% block title %}{{ title }} | {% trans 'GPP Site Admin' %}{% endblock %} | |
5 | |
6 {% block branding %} | |
7 <h1 id="site-name">{% trans 'Gremmies Portal Project Site Administration' %}</h1> | |
8 {% endblock %} | |
9 | |
10 {% block nav-global %}{% endblock %} |