Add heading.
This commit is contained in:
parent
1327b684d6
commit
c438b40621
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ el.attachEvent('on'+ev, function() {handler.apply(el);});
|
|||
*/
|
||||
</script>
|
||||
-->
|
||||
<h3>Support NPO Accounting Project Now!</h3>
|
||||
$<span id="fundraiser-so-far">{{ fundgoal.fundraiser_so_far_amount|floatformat:0|intcomma }}</span> raised toward<br/>
|
||||
our $<span id="fundraiser-goal">{{ fundgoal.fundraiser_goal_amount|floatformat:0|intcomma }}</span> goal.<br/>
|
||||
<div id="progressbar"><span id="fundraiser-percentage" style="float:right; align:center; margin-right:40%">{{ fundgoal.percentage_there|floatformat:1 }}%</span></div>
|
||||
|
|
Loading…
Reference in a new issue