~ubuntu-us-ma/us-ma-loco-site/trunk

« back to all changes in this revision

Viewing changes to templates/admin/base_site.html

  • Committer: Martin Owens
  • Date: 2008-06-09 13:52:43 UTC
  • Revision ID: doctormo@delen-20080609135243-wclff7592e5pu08g
Start of website commiting

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "admin/base.html" %}
 
2
{% load i18n %}
 
3
 
 
4
{% block title %}{{ title }} | {% trans 'ubuntu-us-ma admin' %}{% endblock %}
 
5
 
 
6
{% block branding %}
 
7
<h1 id="site-name">{% trans 'Ubuntu Massachusetts Website Administration' %}</h1>
 
8
{% endblock %}
 
9
 
 
10
{% block nav-global %}{% endblock %}