Convert npoacct fundraiser to use dynamic content

If this new model works, we should be able to update the fundraiser
amounts in the Django database instead of the HTML.
This commit is contained in:
Bradley M. Kuhn 2015-03-08 20:57:22 -07:00
parent 3b0e6778e1
commit e0cb1621b1

View file

@ -134,8 +134,8 @@ el.attachEvent('on'+ev, function() {handler.apply(el);});
*/ */
</script> </script>
--> -->
$66,275 raised toward<br/> {% fundgoal.fundraiser_so_far_amount %} raised toward<br/>
our $75,000 goal.<br/> our {% fundgoal.fundraiser_goal_amount %} goal.<br/>
<div id="progressbar"><span style="float:right; align:center; margin-right:40%">88.4%</span></div> <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> <p style="font-size: 75%">(Progress bar updated monthly.)</p>
<a id="donate" style="text-decoration:none"></a> <a id="donate" style="text-decoration:none"></a>