Add link to wishlists

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

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

Loading…
Cancel
Save