Changed link location in place teaser

This commit is contained in:
2020-12-24 16:43:01 +01:00
parent 86f95a5dd0
commit c7b699f615
4 changed files with 61 additions and 65 deletions

View File

@@ -21,9 +21,7 @@
<ul class="LP-PlaceGrid__Grid">
{% for place in place_list %}
<li class="LP-PlaceGrid__Item">
<a href="{% url 'place_detail' pk=place.pk %}" class="LP-Link">
{% include 'partials/place_teaser.html' with place=place%}
</a>
{% include 'partials/place_teaser.html' with place=place%}
</li>
{% endfor %}
</ul>