Fix for issue 352, adding dynamic pluralization.
authorwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 06:11:15 +0000 (02:11 -0400)
committerwilliam-bratches <williambratches@gmail.com>
Sat, 22 Mar 2014 06:11:15 +0000 (02:11 -0400)
karmaworld/templates/notes/note_list_entry.html

index 05c1814abf0ad49f5f1059ddc2deb4dae6110175..b226810fa0435d9b77039da71a109f326e4ae3ba 100644 (file)
@@ -1,5 +1,8 @@
 <tr>
   <td class="no-display"><!-- this spot solely for the Sort By header --></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>{{ note.thanks }} Thanks{{ note.thanks|pluralize }}</span></td></td>