Mercurial > public > sg101
view gpp/templates/admin/base_site.html @ 58:02e5dfa830cc
#11 Update Blueprints to 0.9. Also update the conditional IE specific include of the ie.css file. Hopefully this will resolve some issues seen with IE8.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 24 Jun 2009 00:18:53 +0000 |
parents | dbd703f7d63a |
children | e04d91babfcf |
line wrap: on
line source
{% extends "admin/base.html" %} {% load i18n %} {% block title %}{{ title }} | {% trans 'GPP Site Admin' %}{% endblock %} {% block branding %} <h1 id="site-name">{% trans 'Gremmies Portal Project Site Administration' %}</h1> {% endblock %} {% block nav-global %}{% endblock %}