From 1f7dff980322699c195c98549378daa3b986e2c8 Mon Sep 17 00:00:00 2001 From: william-bratches Date: Fri, 21 Mar 2014 23:02:58 -0400 Subject: [PATCH] added pluralization for note thanks --- 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..d510665 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 }} + Thank{{ note.thanks|pluralize }} {{ note.name }} -- 2.25.1