From 5643903efc68450bbdaefc326a07fee3c8deea7e Mon Sep 17 00:00:00 2001 From: Brittany Cheng Date: Fri, 3 Aug 2012 17:40:51 -0400 Subject: [PATCH] small change in html --- 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 87609f92b9..ba0567c076 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)}