SVG paths updated.
This commit is contained in:
parent
9eef044af9
commit
067bf36118
@ -4,11 +4,11 @@
|
|||||||
{% if request.user %}
|
{% if request.user %}
|
||||||
{% if place in request.user.explorer.favorite_places.all %}
|
{% if place in request.user.explorer.favorite_places.all %}
|
||||||
<a href="{% url 'place_unfavorite' place_id=place.id %}" class="LP-Link" title="{% trans 'Remove from favorites' %}">
|
<a href="{% url 'place_unfavorite' place_id=place.id %}" class="LP-Link" title="{% trans 'Remove from favorites' %}">
|
||||||
<img class="LP-Icon" src="{% static '/icons/favourite_filled.svg' %}" />
|
<img class="LP-Icon" src="{% static '/icons/favorite_filled.svg' %}" />
|
||||||
</a>
|
</a>
|
||||||
{%else%}
|
{%else%}
|
||||||
<a href="{% url 'place_favorite' place_id=place.id %}" class="LP-Link" title="{% trans 'Save as favorite' %}">
|
<a href="{% url 'place_favorite' place_id=place.id %}" class="LP-Link" title="{% trans 'Save as favorite' %}">
|
||||||
<img class="LP-Icon" src="{% static '/icons/favourite.svg' %}" />
|
<img class="LP-Icon" src="{% static '/icons/favorite.svg' %}" />
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user