From 7a4fba4bbe23a9749ebda5db481c6f87e86ed677 Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Mon, 25 Jun 2012 22:35:00 -0400 Subject: script src small fix --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 8842887..7bbf6ae 100644 --- a/templates/base.html +++ b/templates/base.html @@ -55,6 +55,6 @@ {% block footer %} {% endblock %} - + {% block additionaljs %} {% endblock %} -- cgit