regluit/frontend/templates/kindle_response_graceful_de...

9 lines
222 B
HTML
Raw Normal View History

{% extends "registration/registration_base.html" %}
{% block doccontent %}
{{ message }}
2013-06-10 13:57:18 +00:00
<p>
2013-06-10 15:57:59 +00:00
You can <a href="{{ request.session.next_page }}download">go back</a> to the book you were downloading.
2013-06-10 13:57:18 +00:00
</p>
{% endblock %}