edit detail text

This commit is contained in:
Ruidy Nemausat 2020-07-25 08:18:27 +02:00
parent 975f356c32
commit ca3a19134d
2 changed files with 4 additions and 6 deletions

View file

@ -37,3 +37,4 @@
- [ ] Blog - [ ] Blog
- [x] Call update_calendar from BookingManager. SOlve circular dependencies - [x] Call update_calendar from BookingManager. SOlve circular dependencies
- [ ] Trigger booking price Update when booking modified (calendar.py l:100) - [ ] Trigger booking price Update when booking modified (calendar.py l:100)
- [ ] mixpanel cdn error

View file

@ -54,12 +54,13 @@
</div> </div>
<div class="card-body-a"> <div class="card-body-a">
<div class="price-box d-flex"> <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> </div>
<a <a
href="{% url 'rental:detail_place' place_name=place.name %}" href="{% url 'rental:detail_place' place_name=place.name %}"
class="link-a" class="link-a"
>Plus de détails >
En savoir plus
<span class="ion-ios-arrow-forward"></span> <span class="ion-ios-arrow-forward"></span>
</a> </a>
</div> </div>
@ -80,10 +81,6 @@
<h4 class="card-info-title">Max voyageurs</h4> <h4 class="card-info-title">Max voyageurs</h4>
<span>{{place.max_occupation}}</span> <span>{{place.max_occupation}}</span>
</li> </li>
<!-- <li>
<h4 class="card-info-title">Garages</h4>
<span>1</span>
</li> -->
</ul> </ul>
</div> </div>
</div> </div>