From ca8b2997113c70217cc4c5366d74a9e08b77503b Mon Sep 17 00:00:00 2001 From: Arjun Singh Date: Mon, 10 Sep 2012 19:16:57 -0700 Subject: [PATCH] drop unread counts for now --- lms/templates/discussion/_filter_dropdown.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/discussion/_filter_dropdown.html b/lms/templates/discussion/_filter_dropdown.html index f6e9b48bcf..d24c89a734 100644 --- a/lms/templates/discussion/_filter_dropdown.html +++ b/lms/templates/discussion/_filter_dropdown.html @@ -11,7 +11,7 @@ <%def name="render_entry(entries, entry)"> -
  • ${entry} 1,248
  • +
  • ${entry}
  • <%def name="render_category(categories, category)"> @@ -30,7 +30,7 @@