{% extends 'notification/notice_template.html' %} {% load humanize %} {% block comments_book %} {% endblock %} {% block comments_graphical %} After more than 7 days, the gift you sent to {{ gift.to }} has not yet been redeemed. {% endblock %} {% block comments_textual %}
After more than 7 days, the gift you sent to {{ gift.to }} has not yet been redeemed.
There are several possible reasons for this.
Here's the URL that the recipient (and ONLY the recipient) should use to collect the book:
https://{{ current_site.domain }}{% url 'receive_gift' gift.acq.nonce %}
You can send the link yourself if to make sure that it gets to the right place.
You can also "regift" the ebook to a different email address. Click on this link to do so.
If you have any problems or questions, don't hesitate to contact Unglue.it support.
the Unglue.it team
{% endblock %}