From 586af4485569726ffa5d17eb23ff1f5acbf42eaf Mon Sep 17 00:00:00 2001 From: william-bratches Date: Sat, 22 Mar 2014 01:40:20 -0400 Subject: [PATCH] test21 --- karmaworld/templates/notes/note_list_entry.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/karmaworld/templates/notes/note_list_entry.html b/karmaworld/templates/notes/note_list_entry.html index 8cfe7ee..343d36e 100644 --- a/karmaworld/templates/notes/note_list_entry.html +++ b/karmaworld/templates/notes/note_list_entry.html @@ -1,7 +1,8 @@ + {{ note.uploaded_at|date:"l M d o"|capfirst }} - {{ note.thanks }} Thank{{ note.thanks|pluralize }} + Thank{{ course.get_popularity|pluralize }} {{ note.name }} -- 2.25.1