From 7e38fd922a8dd4742d09758cd1c94fb0302045d3 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Tue, 28 Aug 2012 17:03:37 +0530 Subject: Reboot for scipy 2012 --- project/templates/admin/base_site.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 project/templates/admin/base_site.html (limited to 'project/templates/admin/base_site.html') diff --git a/project/templates/admin/base_site.html b/project/templates/admin/base_site.html new file mode 100644 index 0000000..e30bb55 --- /dev/null +++ b/project/templates/admin/base_site.html @@ -0,0 +1,10 @@ +{% extends "admin/base.html" %} +{% load i18n %} + +{% block title %}{{ title }} | {% trans 'SciPy.in Administration' %}{% endblock %} + +{% block branding %} +

{% trans 'SciPy.in Administration' %}

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