Mercurial > public > sg101
annotate gpp/templates/admin/base_site.html @ 19:aa2b41c5212b
First steps at scratching out a home page. Will need to develop some template tags now to fill it out.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 19 Apr 2009 20:10:00 +0000 |
parents | dbd703f7d63a |
children | e04d91babfcf |
rev | line source |
---|---|
gremmie@1 | 1 {% extends "admin/base.html" %} |
gremmie@1 | 2 {% load i18n %} |
gremmie@1 | 3 |
gremmie@1 | 4 {% block title %}{{ title }} | {% trans 'GPP Site Admin' %}{% endblock %} |
gremmie@1 | 5 |
gremmie@1 | 6 {% block branding %} |
gremmie@1 | 7 <h1 id="site-name">{% trans 'Gremmies Portal Project Site Administration' %}</h1> |
gremmie@1 | 8 {% endblock %} |
gremmie@1 | 9 |
gremmie@1 | 10 {% block nav-global %}{% endblock %} |