Mercurial > public > bravenewsurf
view bns_website/templates/admin/base_site.html @ 105:f3a275a53bc6
Use a local version of bootstrap 1.4.0.
Twitter stopped hosting the version we were using.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 15 Oct 2013 20:50:29 -0500 |
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 %}