From 04e8e5378c40e9148f1733febdd411b1207d3a5f Mon Sep 17 00:00:00 2001 From: Matthew Mongeau Date: Thu, 30 Aug 2012 11:12:16 -0400 Subject: [PATCH] Fix load order. --- lms/templates/discussion/single_thread.html | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lms/templates/discussion/single_thread.html b/lms/templates/discussion/single_thread.html index 163c7fd31f..f9c124021b 100644 --- a/lms/templates/discussion/single_thread.html +++ b/lms/templates/discussion/single_thread.html @@ -14,6 +14,18 @@ <%include file="_js_body_dependencies.html" /> <%static:js group='discussion'/> + <%! from django.core.urlresolvers import reverse %> @@ -151,15 +163,3 @@ ${"<%= title %>"} ${"<%= comments_count %>"}+${"<%= votes['up_count'] %>"} -