# HG changeset patch # User Brian Neal # Date 1299635413 0 # Node ID 6df1091b11b221338ffb25598f7fae78ec2405dc # Parent c3cc431b7fb963da27a1eab75f1c60b00ceecd27 Humanize the forum stats by adding the intcomma filter. diff -r c3cc431b7fb9 -r 6df1091b11b2 gpp/templates/forums/forum_stats_tag.html --- a/gpp/templates/forums/forum_stats_tag.html Wed Mar 09 01:03:07 2011 +0000 +++ b/gpp/templates/forums/forum_stats_tag.html Wed Mar 09 01:50:13 2011 +0000 @@ -1,6 +1,7 @@ {% load url from future %} +{% load humanize %}
-Our {{ user_count }} users have posted a total of {{ post_count }} posts.
+Our {{ user_count|intcomma }} users have posted a total of {{ post_count|intcomma }} posts.
The newest registered user is {{ latest_user }}. {% if stats %}