Mercurial > public > bravenewsurf
view bns_website/templates/admin/base_site.html @ 97:c3b5b4639a15
Remove unneeded links to jquery assets on the reviews template.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 29 Dec 2011 14:12:13 -0600 |
parents | 48ff23eab86a |
children |
line wrap: on
line source
{% extends "admin/base.html" %} {% load i18n %} {% block title %}{{ title }} | {% trans 'Brave New Surf Site Admin' %}{% endblock %} {% block branding %} <h1 id="site-name">{% trans 'Brave New Surf Administration' %}</h1> {% endblock %} {% block nav-global %}{% endblock %}