From 2b957c7495d608026291fb7e8b7b55612c662c29 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 7 Sep 2009 17:59:08 +0200 Subject: [PATCH] add admin template --- 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..f9c09fb --- /dev/null +++ b/templates/admin/base_site.html @@ -0,0 +1,10 @@ +{% extends "admin/base.html" %} +{% load i18n %} + +{% block title %}{{ title }} | data.0xdb.org{% endblock %} + +{% block branding %} +