15 lines
1.0 KiB
HTML
15 lines
1.0 KiB
HTML
{% extends "notification/notice_template.html" %}
|
|
{% load humanize %}
|
|
|
|
{% block comments_book %}
|
|
<a href="{% url work campaign.work.id %}"><img src="{{ campaign.work.cover_image_small }}" alt="cover image for {{ campaign.work.title }}" /></a>
|
|
{% endblock %}
|
|
|
|
{% block comments_graphical %}
|
|
<span>The rights holder, {{ active_claim.rights_holder.rights_holder_name }}, has launched a campaign for <a href="{% url work campaign.work.id %}">{{ title }}</a>!</span>
|
|
{% endblock %}
|
|
|
|
{% block comments_textual %}
|
|
<div>Congratulations! You wished for a campaign, and here it is. If ungluers like you pledge {{ campaign.target|intcomma }} by {{ campaign.deadline|date:"M d, Y" }}, <I>{{ title }}</i> will be released under a <a href="http://creativecommons.org">Creative Commons</a> license for all to enjoy.</div>
|
|
<div>You can help! <a href="{% url pledge campaign.work.id %}">Pledge</a> any amount, and use the sharing options on the <a href="{% url work campaign.work.id %}">campaign page</a> to tell your friends.</a></div>
|
|
{% endblock %} |