Fix .tou format

This commit is contained in:
Claude Brisson
2024-03-01 14:21:20 +01:00
parent 4780953ff5
commit 8a0d588409
2 changed files with 18 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
<div class="five wide field">
<label>Short name</label>
<span class="info"></span>
<input type="text" name="shortName" required placeholder="short_name" #if($tour) value="$tour.shortName" #end/>
<input type="text" name="shortName" required placeholder="yyyymmdd-city" #if($tour) value="$tour.shortName" #end/>
</div>
</div>
<div class="fields">