blob: 2bd6c82b50781070bad90f40c383f67489772583 [file] [log] [blame]
Siobhan Tully30fd4292013-05-10 08:59:56 -04001{% extends "admin/base.html" %}
2{% load i18n %}
3{% block title %}{{ title }} | {% trans 'PlanetStack' %}{% endblock %}
4{% block extrastyle %}
5<style>
6#header{ background-color: #333940; border-bottom: solid 3px #999; }
7
8#branding h1{ color: #fff; }
9.module h2, .module caption, .inline-group h2 { background:#ccc url(/admin_media/img/admin/nav-bg.gif) bottom left repeat-x; color: #333940; }
10a.section:link, a.section:visited { color: #666666; }
11</style>
12{% endblock %}
13
14{% block branding %}
15<h1 id="site-name">{% trans 'PlanetStack Administration' %}</h1>
16{% endblock %}
17
18{% block nav-global %}{% endblock %}