From ecf02a7ac7d7697b3552015e51327d099fcc2282 Mon Sep 17 00:00:00 2001 From: Trever Fischer Date: Sun, 19 Feb 2012 17:47:18 -0500 Subject: [PATCH] Redefine the site branding for the admin section --- templates/admin/base_site.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/admin/base_site.html diff --git a/templates/admin/base_site.html b/templates/admin/base_site.html new file mode 100644 index 0000000..68e171f --- /dev/null +++ b/templates/admin/base_site.html @@ -0,0 +1,10 @@ +{% extends "admin/base.html" %} +{% load i18n %} + +{% block title %}{{ title }} | {% trans 'Django site admin' %}{% endblock %} + +{% block branding %} +

Caminus

+{% endblock %} + +{% block nav-global %}{% endblock %}