From 62bc1aaef704cc4d88397492561231451ddf85da Mon Sep 17 00:00:00 2001 From: Rocky Duan Date: Mon, 13 Aug 2012 16:32:08 -0700 Subject: [PATCH] make following and recent tags display actual things --- lms/templates/discussion/_accordion.html | 28 ------------------- .../discussion/_recent_active_posts.html | 20 +++++++------ lms/templates/discussion/_trending_tags.html | 21 +++++++------- lms/templates/discussion/index.html | 19 +++++++------ 4 files changed, 32 insertions(+), 56 deletions(-) diff --git a/lms/templates/discussion/_accordion.html b/lms/templates/discussion/_accordion.html index 95751f8b24..e69de29bb2 100644 --- a/lms/templates/discussion/_accordion.html +++ b/lms/templates/discussion/_accordion.html @@ -1,28 +0,0 @@ -<%! from django.core.urlresolvers import reverse %> - - - - - - \ No newline at end of file diff --git a/lms/templates/discussion/_recent_active_posts.html b/lms/templates/discussion/_recent_active_posts.html index 6a476f3c14..b277dad6fd 100644 --- a/lms/templates/discussion/_recent_active_posts.html +++ b/lms/templates/discussion/_recent_active_posts.html @@ -1,9 +1,11 @@ -
- -
Recent Activity:
- -
- % for thread in recent_active_threads: - ${thread['title']} - % endfor -
+ diff --git a/lms/templates/discussion/_trending_tags.html b/lms/templates/discussion/_trending_tags.html index 1460cb5888..3cc48a5c76 100644 --- a/lms/templates/discussion/_trending_tags.html +++ b/lms/templates/discussion/_trending_tags.html @@ -1,11 +1,10 @@ - + diff --git a/lms/templates/discussion/index.html b/lms/templates/discussion/index.html index 0a535c3492..094e10bc2e 100644 --- a/lms/templates/discussion/index.html +++ b/lms/templates/discussion/index.html @@ -20,15 +20,18 @@

Discussion Boards

close +
${content}