blob: 2bd6c82b50781070bad90f40c383f67489772583 [file] [log] [blame]
{% extends "admin/base.html" %}
{% load i18n %}
{% block title %}{{ title }} | {% trans 'PlanetStack' %}{% endblock %}
{% block extrastyle %}
<style>
#header{ background-color: #333940; border-bottom: solid 3px #999; }
#branding h1{ color: #fff; }
.module h2, .module caption, .inline-group h2 { background:#ccc url(/admin_media/img/admin/nav-bg.gif) bottom left repeat-x; color: #333940; }
a.section:link, a.section:visited { color: #666666; }
</style>
{% endblock %}
{% block branding %}
<h1 id="site-name">{% trans 'PlanetStack Administration' %}</h1>
{% endblock %}
{% block nav-global %}{% endblock %}