Mercurial > public > bravenewsurf
view bns_website/templates/admin/base_site.html @ 38:6b4e02b8be6b
I reformatted the news_list.html template to be valid html and look a little better.
author | Bob Mourlam <bob.mourlam@gmail.com> |
---|---|
date | Sun, 06 Nov 2011 20:22:40 -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 %}