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 %}