Connection search availability to the make reservation page

This commit is contained in:
2024-07-10 22:08:23 +02:00
parent ab02f8e635
commit 5a646a2b27
4 changed files with 26 additions and 2 deletions

View File

@ -8,7 +8,7 @@
{{$rooms := index .Data "rooms"}}
{{range $rooms}}
{{.RoomName}}<br>
<li><a href="/choose-room/{{.ID}}">{{.RoomName}}</a></li>
{{end}}
</div>
</div>