Variables don't go in {% in Django templates.
This commit is contained in:
parent
e0cb1621b1
commit
3442c1bd1d
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ el.attachEvent('on'+ev, function() {handler.apply(el);});
|
|||
*/
|
||||
</script>
|
||||
-->
|
||||
{% fundgoal.fundraiser_so_far_amount %} raised toward<br/>
|
||||
our {% fundgoal.fundraiser_goal_amount %} goal.<br/>
|
||||
{{ fundgoal.fundraiser_so_far_amount }} raised toward<br/>
|
||||
our {{ fundgoal.fundraiser_goal_amount }} goal.<br/>
|
||||
<div id="progressbar"><span style="float:right; align:center; margin-right:40%">88.4%</span></div>
|
||||
<p style="font-size: 75%">(Progress bar updated monthly.)</p>
|
||||
<a id="donate" style="text-decoration:none"></a>
|
||||
|
|
Loading…
Reference in a new issue