Fix end date display

This commit is contained in:
Claude Brisson
2024-03-10 13:59:05 +01:00
parent 5e7abf7b4b
commit 4275877fb4

View File

@@ -22,7 +22,7 @@
<input type="text" name="startDate" required class="date" placeholder="start date" #if($tour) value="$tour.startDate" #end/> <input type="text" name="startDate" required class="date" placeholder="start date" #if($tour) value="$tour.startDate" #end/>
to to
<span class="info"></span> <span class="info"></span>
<input type="text" name="endDate" required class="date" placeholder="end date" #if($tour) value="$tour.startDate" #end/> <input type="text" name="endDate" required class="date" placeholder="end date" #if($tour) value="$tour.endDate" #end/>
</span> </span>
</div> </div>
</div> </div>