From 3348dce5a7c302c836a82ed1ea0f3b041954e42c Mon Sep 17 00:00:00 2001 From: william-bratches Date: Sat, 22 Mar 2014 00:36:22 -0400 Subject: [PATCH] fix 2 --- 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 5662c60..77c3ca3 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 }} - {{ note.thanks }} Thank{{ note.thanks|pluralize }} + {{ note.thanks }} {{ note.thanks|pluralize }} {{ note.name }} -- 2.25.1