ignore this
authorwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 05:42:36 +0000 (01:42 -0400)
committerwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 05:42:36 +0000 (01:42 -0400)
karmaworld/templates/notes/note_list_entry.html

index 343d36e5a233fb85ebe81644915c248ba5eeb48b..c8fd521cd2f76a93f79882704f8889ea78103d4f 100644 (file)
@@ -2,7 +2,7 @@
   <td class="no-display"><!-- this spot solely for the Sort By header --></td>
 
   <td class="small-8 columns large-4 slim">{{ note.uploaded_at|date:"l M d o"|capfirst }}</td>
-  <td class="small-4 columns large-2 large-offset-2 slim">Thank{{ course.get_popularity|pluralize }}</td>
+  <td class="small-4 columns large-2 large-offset-2 slim">{{ note.get_popularity }} Thank{{ note.get_popularity|pluralize }}</td>
 
   <td class="small-12 large-5 columns">
     <a href="{{ note.get_absolute_url }}">{{ note.name }}</a>