From cacd58ca9fa8a35705df05b71e5cbcac90ef6419 Mon Sep 17 00:00:00 2001 From: Rocky Duan Date: Sat, 4 Aug 2012 19:50:50 -0400 Subject: [PATCH] fixed sort bug --- lms/templates/discussion/_forum.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/discussion/_forum.html b/lms/templates/discussion/_forum.html index ba0567c076..87609f92b9 100644 --- a/lms/templates/discussion/_forum.html +++ b/lms/templates/discussion/_forum.html @@ -13,8 +13,8 @@
New Post
+ <%include file="_sort.html" /> - <%include file="_sort.html" />
% for thread in threads: ${renderer.render_thread(course_id, thread, show_comments=False)}