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

14 lines
656 B
HTML

{% extends "notification/notice_template.html" %}
{% block comments_book %}
<a href="{% url work claim.work.id %}"><img src="{{ claim.work.cover_image_small }}" alt="cover image for {{ claim.work.title }}" /></a>
{% endblock %}
{% block comments_graphical %}
Congratulations! Your claim to {{ claim.work.title }} has been approved.
{% endblock %}
{% block comments_textual %}
You are now free to run campaigns for this work. See your email for full details. Then get started on the <a href="/rightsholders/">rights holder tools page</a> (also available through a link at the bottom of every page). Contact us if you need any help.
{% endblock %}