2012-05-15 01:42:46 +00:00
|
|
|
{% with campaign.work.title as title %}
|
2012-04-10 17:09:51 +00:00
|
|
|
<div class="comments clearfix">
|
2012-05-15 01:42:46 +00:00
|
|
|
<div class="comments_info clearfix">
|
|
|
|
<div class="comments_book">
|
|
|
|
<a href="{% url work campaign.work.id %}"><img src="{{ campaign.work.cover_image_small }}" alt="cover image for {{ title }}" /></a>
|
2012-04-10 17:09:51 +00:00
|
|
|
</div>
|
2012-05-15 01:42:46 +00:00
|
|
|
<div class="comments_graphical">
|
|
|
|
Your pledge for the campaign to unglue {{ title }} has been modified.
|
2012-04-10 17:09:51 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2012-05-15 01:42:46 +00:00
|
|
|
|
|
|
|
<div class="comments_textual">
|
|
|
|
Your new pledge is as follows:<br />
|
|
|
|
Amount: ${{ amount }}<br />
|
|
|
|
Premium: {{ premium.description }}<br />
|
|
|
|
Thank you for your continued support of {{ title }}.
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% endwith %}
|