From 38077ca7afd7d406810c9dbb001ead8b9346e9ff Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 31 Oct 2014 12:21:23 +0530 Subject: added {% block script %} that was accidentally removed while resolving conflicts --- tbc/templates/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tbc/templates/base.html b/tbc/templates/base.html index a9b005e..3551246 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -68,7 +68,8 @@ } {% endblock %} - + {% block script %} + {% endblock %} -- cgit