Fix back link on personal list email subscription confirmation page -- it just lead to the confirmation page itself, now leads to read-only list view.

- Legacy-Id: 4577
This commit is contained in:
Henrik Levkowetz 2012-07-03 22:23:28 +00:00
parent 26705dee99
commit 0ea69383d2

View file

@ -8,6 +8,6 @@
You email address {{ email }} has been successfully subscribed to {{ cl.long_name }}
</p>
<p>
<a href="{{ cl.get_public_url }}">Return to the list view</a>
<a href="{% url view_personal_list secret=cl.secret %}">Return to the list view</a>
</p>
{% endblock %}