From 8a811e1ff8b521180183be844cd86ebb2fa8d6c2 Mon Sep 17 00:00:00 2001 From: sanj Date: Fri, 14 May 2010 04:15:10 +0530 Subject: [PATCH] oops, didn't add base.html --- edgware/templates/base.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 edgware/templates/base.html diff --git a/edgware/templates/base.html b/edgware/templates/base.html new file mode 100644 index 0000000..aff812c --- /dev/null +++ b/edgware/templates/base.html @@ -0,0 +1,11 @@ + + + + + {% block content %} + + {% endblock %} + + + +