From 9b75543f86684dc30c20a0db7592a4fbe40da5b2 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 29 Aug 2009 15:34:33 +0200 Subject: [PATCH] some customisation --- 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..c976a64 --- /dev/null +++ b/templates/admin/base_site.html @@ -0,0 +1,10 @@ +{% extends "admin/base.html" %} +{% load i18n %} + +{% block title %}{{ title }} | text.0xdb.org{% endblock %} + +{% block branding %} +

text.0xdb.org

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