Bug fixes here and there

This commit is contained in:
Remy Moll
2021-10-31 06:36:22 +01:00
parent d44761170d
commit c1e3685986
16 changed files with 532 additions and 212 deletions

View File

@@ -13,7 +13,7 @@
<li class="list-group-item"><i class="far fa-map"></i> {{ event.location_name }}</li>
<li class="list-group-item">{{ event.description }}</li>
</ul>
<span class="d-flex flex-row-reverse"><a href="" class="btn btn-primary">Book now</a></span>
<span class="d-flex flex-row-reverse"><a href="{{event.id}}/booked" class="btn btn-primary">Book now</a></span>
</div>
</div>
<h1 class="display-4">Reviews:</h1>