From 3442c1bd1d4d7865b22991c0e67c6239b0ec2099 2015-03-09 04:03:36 From: Bradley M. Kuhn Date: 2015-03-09 04:03:36 Subject: [PATCH] Variables don't go in {% in Django templates. --- diff --git a/www/conservancy/static/npoacct/index.html b/www/conservancy/static/npoacct/index.html index 63e81d45b1cc21bce5ba8029fd7ddbc5dbc42e5f..352c2d24ff8c34354ff1e5bfe752cf7834fc1297 100644 --- a/www/conservancy/static/npoacct/index.html +++ b/www/conservancy/static/npoacct/index.html @@ -134,8 +134,8 @@ el.attachEvent('on'+ev, function() {handler.apply(el);}); */ --> -{% fundgoal.fundraiser_so_far_amount %} raised toward
-our {% fundgoal.fundraiser_goal_amount %} goal.
+{{ fundgoal.fundraiser_so_far_amount }} raised toward
+our {{ fundgoal.fundraiser_goal_amount }} goal.
88.4%

(Progress bar updated monthly.)