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:
parent
26705dee99
commit
0ea69383d2
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue