haystack / feedme-rss

Automatically exported from code.google.com/p/feedme-rss
0 stars 0 forks source link

Better reporting of who thanked you #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if one recipient:
  { recipient } says thanks!
else:
  One of the recipients says thanks!

Better:
use the django humanize framework to say:
"A second recipient says thanks"
"A third recipient says thanks"

Original issue reported on code.google.com by esperte...@gmail.com on 12 Aug 2009 at 4:13

GoogleCodeExporter commented 9 years ago
Fixed in R20something.  Just watch out for Firefoxes making multiple requests 
to the
page for some reason.

Original comment by esperte...@gmail.com on 14 Aug 2009 at 4:55