regluit/frontend/templates/notification/wishlist_updated/notice.html

10 lines
488 B
HTML

{% extends 'notification/notice_template.html' %}
{% block comments_book %}
<a href="{% url 'work' campaign.work.id %}"><img src="{{ campaign.work.cover_image_small }}" alt="cover image for {{ cmapaign.work.title }}" /></a>
{% endblock %}
{% block comments_graphical %}
The rights holder, {{ campaign.rightsholder }}, has updated the campaign to unglue {{ campaign.work.title }}. For details, see the <a href="{% url 'work' campaign.work.id %}">campaign page</a>.
{% endblock %}