From 067bf36118dbbb5aaa2303ccff1bde7bbb7d9ee9 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Fri, 25 Dec 2020 19:20:44 +0100 Subject: [PATCH] SVG paths updated. --- .../lostplaces/templates/partials/icons/place_favorite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django_lostplaces/lostplaces/templates/partials/icons/place_favorite.html b/django_lostplaces/lostplaces/templates/partials/icons/place_favorite.html index d87ef9e..15f2881 100644 --- a/django_lostplaces/lostplaces/templates/partials/icons/place_favorite.html +++ b/django_lostplaces/lostplaces/templates/partials/icons/place_favorite.html @@ -4,11 +4,11 @@ {% if request.user %} {% if place in request.user.explorer.favorite_places.all %} - + {%else%} - + {% endif %} {% endif %} \ No newline at end of file