Update template/module/short_sec.pug
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
sora-ext 2025-02-24 15:16:48 +01:00
parent 6048b30a18
commit 9d9e79b07d

View File

@ -6,7 +6,7 @@
input( input(
disabled="", disabled="",
placeholder="No Dates", placeholder="No Dates",
:value="item.dateRange ? format_date(item.dateRange[0]) + ' - ' + format_date(item.dateRange[1]) : ''" :value="item.date_range ? format_date(item.date_range[0]) + ' - ' + format_date(item.date_range[1]) : ''"
) )
.input.col-sm-2 .input.col-sm-2
input(disabled="", placeholder="No Hotel", :value="item.hotel.sname") input(disabled="", placeholder="No Hotel", :value="item.hotel.sname")