continuing work of prvious commit.
authorwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 05:45:32 +0000 (01:45 -0400)
committerwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 05:45:32 +0000 (01:45 -0400)
karmaworld/templates/notes/note_list_entry.html

index 0c63e7ecc717dcd656e1825e62cc6038d2333e27..1f26c990ecc8173f23530b73ca51c8d7d2da396b 100644 (file)
@@ -1,9 +1,9 @@
 <tr>
   <td class="no-display"><!-- this spot solely for the Sort By header --></td>
-  <td class="no-display">{{ course.get_popularity|stringformat:"010g" }}</td>
+  <td class="no-display">{{ note.thanks|stringformat:"010g" }}</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"><span>{{ course.get_popularity }} Thank{{ course.get_popularity|pluralize }}</span></td>
+  <td class="small-4 columns large-2 large-offset-2 slim"><span>{{ note.thanks }} Thank{{ note.thanks|pluralize }}</span></td>
   <td class="small-12 large-5 columns">
     <a href="{{ note.get_absolute_url }}">{{ note.name }}</a>
   </td>