From 0ef7ee5d2986a3adcea34ca4e55caff899f44539 Mon Sep 17 00:00:00 2001 From: sanj Date: Mon, 2 Aug 2010 03:24:12 +0530 Subject: [PATCH] oops, forgot to add base.html to tree --- itf/templates/base.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 itf/templates/base.html diff --git a/itf/templates/base.html b/itf/templates/base.html new file mode 100644 index 0000000..90fd8cd --- /dev/null +++ b/itf/templates/base.html @@ -0,0 +1,15 @@ + + + + + {% block head %} + {% endblock %} + + +
+ {% block body %} + + {% endblock %} +
+ +