Mercurial > public > bravenewsurf
view bns_website/templates/admin/base_site.html @ 95:1b5def90f5bf
Created a feedback page with Disqus comments.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 14 Dec 2011 19:52:32 -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 %}