2012-05-13 19:32:32 +00:00
|
|
|
{% load humanize %}
|
2012-04-10 19:00:28 +00:00
|
|
|
<div class="jsmodule">
|
|
|
|
<div class="jsmod-content">
|
|
|
|
<ul class="menu level1">
|
|
|
|
|
|
|
|
stuff about stuff.
|
|
|
|
will contain campaign info. maybe a cover image. (small.)
|
|
|
|
{% comment %}
|
2012-05-13 19:32:32 +00:00
|
|
|
<p class="pledge_complete">You just pledged ${{transaction.amount|intcomma}} to <a href="{% url work work.id %}">{{work.title}}</a>.</p>
|
|
|
|
<p class="pledge_complete">If the campaign reaches its target of ${{campaign.target|intcomma}} by {{campaign.deadline|date:"F d, Y"}},
|
|
|
|
your PayPal account will be charged ${{transaction.amount|intcomma}}.</p>
|
2012-04-10 19:00:28 +00:00
|
|
|
|
|
|
|
note: campaign (image, title, rights holder, deadline, maybe target)
|
|
|
|
pledge amount
|
|
|
|
reward
|
|
|
|
{% endcomment %}
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|