Add link to wishlists

newer-dal
LEdoian 4 years ago
parent 10b16f6c39
commit fed30627c3

@ -4,7 +4,7 @@
{% if object_list %} {% if object_list %}
<ul> <ul>
{% for item in object_list %} {% for item in object_list %}
<li>{{ item }} <li><a href="{{ item.get_absolute_url }}">{{ item }}</a>
{% endfor %} {% endfor %}
</ul> </ul>
{% else %} {% else %}

Loading…
Cancel
Save