{% extends 'registration/registration_base.html' %} {% block title %}Invalid Gift Code{% endblock %} {% block doccontent %}

Invalid Gift Code

{% if gift %}

Sorry, the gift code you tried to use for "{{ work.title }}" has already been redeemed. If you think it should still be valid, don't hesitate to contact us.

{% else %}

Sorry, your gift code is invalid. Perhaps there was a problem cutting and pasting the URL? If you're having trouble, don't hesitate to contact contact us.

{% endif %}
{% endblock %}