From 62c1c84bb2b18e6d4e2dea334eb962a7db87a8cb Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sun, 11 Oct 2020 07:49:50 +0200 Subject: [PATCH] Minor code styling issue. --- django_lostplaces/lostplaces/templates/place/place_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_lostplaces/lostplaces/templates/place/place_detail.html b/django_lostplaces/lostplaces/templates/place/place_detail.html index 1852d58..6d91170 100644 --- a/django_lostplaces/lostplaces/templates/place/place_detail.html +++ b/django_lostplaces/lostplaces/templates/place/place_detail.html @@ -63,7 +63,7 @@ {{photo_album.label}} - {% if user.explorer == photo_album.submitted_by or user.explorer == place.submitted_by %} + {% if user.explorer == photo_album.submitted_by or user.explorer == place.submitted_by %}
{% icon 'trash' className="RV-Iconized__Icon" %}