2013-06-05 15:06:07 +00:00
|
|
|
{% 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>
|
2013-06-05 15:06:07 +00:00
|
|
|
{% endblock %}
|