From f88e402030df8840082491d052f05aef6312d17b Mon Sep 17 00:00:00 2001 From: Daniel W Bond Date: Wed, 29 Apr 2015 20:15:55 -0400 Subject: [PATCH] now /bin/bash instead of --- bookshare/templates/charts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshare/templates/charts.html b/bookshare/templates/charts.html index 2e747ff..ae41098 100644 --- a/bookshare/templates/charts.html +++ b/bookshare/templates/charts.html @@ -22,7 +22,7 @@ SRCT Bookshare • Charts

Featuring {{ total_bids|intcomma }} bids on {{ total_listings|intcomma }} listings from {{ total_students|intcomma }} students (so far).

-

Total Proceeds: ${{ total_proceeds|intcomma }}

+

Total Proceeds: ${{ total_proceeds|default_if_none:"0"|intcomma }}

-- GitLab