From a79383c3ac835993614d6fa64951d8e5a6e3c4c9 Mon Sep 17 00:00:00 2001 From: william-bratches Date: Sat, 22 Mar 2014 01:44:34 -0400 Subject: [PATCH] making a frankenstein out of the course entry page to dissect how it works. --- karmaworld/templates/notes/note_list_entry.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karmaworld/templates/notes/note_list_entry.html b/karmaworld/templates/notes/note_list_entry.html index c8fd521..0c63e7e 100644 --- a/karmaworld/templates/notes/note_list_entry.html +++ b/karmaworld/templates/notes/note_list_entry.html @@ -1,9 +1,9 @@ + {{ course.get_popularity|stringformat:"010g" }} {{ note.uploaded_at|date:"l M d o"|capfirst }} - {{ note.get_popularity }} Thank{{ note.get_popularity|pluralize }} - + {{ course.get_popularity }} Thank{{ course.get_popularity|pluralize }} {{ note.name }} -- 2.25.1