# HG changeset patch # User Brian Neal # Date 1404585347 18000 # Node ID c37760a79059ff877ca78b70874614cd61e535db # Parent 5977b43499f719e82cfe7ebb4887cf14c06719ce Tweak contest detail template for pluralization. diff -r 5977b43499f7 -r c37760a79059 sg101/templates/contests/contest_detail.html --- a/sg101/templates/contests/contest_detail.html Fri Jul 04 20:30:14 2014 -0500 +++ b/sg101/templates/contests/contest_detail.html Sat Jul 05 13:35:47 2014 -0500 @@ -60,7 +60,7 @@
  • {% profile_link winner.username %}
  • {% endfor %} -

    Congratulations to the winners!

    +

    Congratulations to the winner{{ contest.num_winners|pluralize }}!

    {% else %}

    We will randomly choose {{ contest.num_winners }} winner{{ contest.num_winners|pluralize }}