From: william-bratches Date: Sat, 22 Mar 2014 03:02:58 +0000 (-0400) Subject: added pluralization for note thanks X-Git-Tag: release-20150131~144^2~12^2~26 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1f7dff980322699c195c98549378daa3b986e2c8;p=oweals%2Fkarmaworld.git added pluralization for note thanks --- 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 }}