mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-12 13:26:47 +00:00
edit detail text
This commit is contained in:
parent
975f356c32
commit
ca3a19134d
2 changed files with 4 additions and 6 deletions
1
TODO.md
1
TODO.md
|
|
@ -37,3 +37,4 @@
|
|||
- [ ] Blog
|
||||
- [x] Call update_calendar from BookingManager. SOlve circular dependencies
|
||||
- [ ] Trigger booking price Update when booking modified (calendar.py l:100)
|
||||
- [ ] mixpanel cdn error
|
||||
|
|
|
|||
|
|
@ -54,12 +54,13 @@
|
|||
</div>
|
||||
<div class="card-body-a">
|
||||
<div class="price-box d-flex">
|
||||
<span class="price-a">Dès {{ place.price }} </span>
|
||||
<span class="price-a">Dès {{ place.price }} €</span>
|
||||
</div>
|
||||
<a
|
||||
href="{% url 'rental:detail_place' place_name=place.name %}"
|
||||
class="link-a"
|
||||
>Plus de détails
|
||||
>
|
||||
En savoir plus
|
||||
<span class="ion-ios-arrow-forward"></span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
@ -80,10 +81,6 @@
|
|||
<h4 class="card-info-title">Max voyageurs</h4>
|
||||
<span>{{place.max_occupation}}</span>
|
||||
</li>
|
||||
<!-- <li>
|
||||
<h4 class="card-info-title">Garages</h4>
|
||||
<span>1</span>
|
||||
</li> -->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue