Reservation Calendar 3
This commit is contained in:
@ -8,6 +8,8 @@ Reservations Calendar
|
||||
{{$now := index .Data "now"}}
|
||||
{{$rooms := index .Data "rooms"}}
|
||||
{{$dim := index .IntMap "days_in_month"}}
|
||||
{{$curMonth := index .StringMap "this_month"}}
|
||||
{{$curYear := index .StringMap "this_month_year"}}
|
||||
<div class="col-md-12">
|
||||
<div class="text-center">
|
||||
<h3>{{formatDate $now "January"}} {{formatDate $now "2006"}}</h3>
|
||||
|
Reference in New Issue
Block a user