From ad976119af66e9e10a92dec063b51ce22feae2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Wo=C5=BAniak?= Date: Tue, 10 Oct 2023 16:54:08 +0200 Subject: [PATCH] Display parking space info --- .../templates/parking-spaces/rent_space_info.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/oswilno-parking-space/templates/parking-spaces/rent_space_info.html b/crates/oswilno-parking-space/templates/parking-spaces/rent_space_info.html index e1cb6be..2885fad 100644 --- a/crates/oswilno-parking-space/templates/parking-spaces/rent_space_info.html +++ b/crates/oswilno-parking-space/templates/parking-spaces/rent_space_info.html @@ -12,10 +12,10 @@ - - {% if let Some(spot) = parking_space.spot %} + {% if let Some(spot) = parking_space.spot %} {{spot}} - {% else %} + {% else %} &nbps; - {% endif %} + {% endif %}