From d7c4aea7a3adbf04d325c882eff5b5c9f62f67b8 Mon Sep 17 00:00:00 2001 From: william-bratches Date: Sat, 22 Mar 2014 00:33:05 -0400 Subject: [PATCH] fix --- karmaworld/templates/notes/note_list_entry.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karmaworld/templates/notes/note_list_entry.html b/karmaworld/templates/notes/note_list_entry.html index d510665..bcbc46a 100644 --- a/karmaworld/templates/notes/note_list_entry.html +++ b/karmaworld/templates/notes/note_list_entry.html @@ -1,7 +1,7 @@ {{ note.uploaded_at|date:"l M d o"|capfirst }} - Thank{{ note.thanks|pluralize }} + {{ note.thanks }} Thank{{|pluralize }} {{ note.name }} -- 2.25.1