diff --git a/kartographer/comparison/templates/comparison/home.html b/kartographer/comparison/templates/comparison/home.html index 5df03d2..b3ed2bf 100644 --- a/kartographer/comparison/templates/comparison/home.html +++ b/kartographer/comparison/templates/comparison/home.html @@ -1,5 +1,6 @@ {% extends "comparison/list.html" %} {% load staticfiles %} +{% load humanize %} {% block head_extra %} @@ -13,7 +14,7 @@

Add one or more Mario Kart 8 loadouts to compare stats.

-

No more scrolling back and forth between kart components using in-game menus! Now you can plan the best possible loadout for your driving style by comparing any of the {{ total_combinations }} possible kart loadouts in a user-friendly layout.

+

No more scrolling back and forth between kart components using in-game menus! Now you can plan the best possible loadout for your driving style by comparing any of the {{ total_combinations|intcomma }} possible kart loadouts in a user-friendly layout.