diff --git a/assets/style.css b/assets/style.css index ea21bb3..2ebbc59 100644 --- a/assets/style.css +++ b/assets/style.css @@ -805,6 +805,10 @@ select { margin-bottom: 1.5rem; } +.ml-1 { + margin-left: 0.25rem; +} + .mr-1 { margin-right: 0.25rem; } diff --git a/crates/oswilno-parking-space/templates/parking-space-rents/form.html b/crates/oswilno-parking-space/templates/parking-space-rents/form.html index d27cf5e..d1ec20f 100644 --- a/crates/oswilno-parking-space/templates/parking-space-rents/form.html +++ b/crates/oswilno-parking-space/templates/parking-space-rents/form.html @@ -1,7 +1,7 @@
- {% include "../parking-spaces/single_parking_space.html" %} + {% include "../parking-spaces/rent_space_info.html" %}
+ + {{location.name}} + + + {{location.number}} + + + Etap {{location.stage}} + + + - + + + {% if let Some(spot) = parking_space.spot %} + {{spot}} + {% else %} + &nbps; + {% endif %} + +