annotate gpp/templates/admin/base_site.html @ 140:91a01b8b5885

Comments: in order to show a green board concept while looking at the comments in the admin, added a 'not removed' boolean function.
author Brian Neal <bgneal@gmail.com>
date Mon, 30 Nov 2009 03:20:24 +0000
parents e04d91babfcf
children 861f7d5f1b23
rev   line source
gremmie@1 1 {% extends "admin/base.html" %}
gremmie@1 2 {% load i18n %}
gremmie@1 3
bgneal@139 4 {% block title %}{{ title }} | {% trans 'SG101 Site Admin' %}{% endblock %}
gremmie@1 5
gremmie@1 6 {% block branding %}
bgneal@139 7 <h1 id="site-name">{% trans 'SurfGuitar101.com Site Administration' %}</h1>
gremmie@1 8 {% endblock %}
gremmie@1 9
gremmie@1 10 {% block nav-global %}{% endblock %}