Display parking space info

This commit is contained in:
Adrian Woźniak 2023-10-10 16:54:08 +02:00
parent 34b31f6677
commit ad976119af

View File

@ -12,10 +12,10 @@
-
</span>
<span class="text-white-900 truncate dark:text-black">
{% if let Some(spot) = parking_space.spot %}
{% if let Some(spot) = parking_space.spot %}
{{spot}}
{% else %}
{% else %}
&nbps;
{% endif %}
{% endif %}
</span>
</div>