diff --git a/files/templates/comments.html b/files/templates/comments.html index ded8f0cdb..b2ac05190 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -265,7 +265,7 @@ {% endif %} - spent {{c.ping_cost}} currency on pings + spent {{c.ping_cost|commas}} currency on pings {% if c.slots_result %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 6c1c7c99c..f1ff6d8dd 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -136,7 +136,7 @@ #{{p.id}} {% if p.ping_cost %} - spent {{p.ping_cost}} currency on pings + spent {{p.ping_cost|commas}} currency on pings {% endif %} {% endmacro %}