fix probleme avec dispos
This commit is contained in:
@@ -34,10 +34,15 @@
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group col-6">
|
||||
<label for="date">Date</label>
|
||||
<div class="form-group col-3">
|
||||
<label for="date">Start Date</label>
|
||||
<input type="date" id="date" name="date" value="{{ tryout.date.strftime('%Y-%m-%d') if tryout else '' }}" required>
|
||||
</div>
|
||||
<div class="form-group col-3">
|
||||
<label for="end_date">End Date</label>
|
||||
<input type="date" id="end_date" name="end_date" value="{{ tryout.end_date.strftime('%Y-%m-%d') if tryout and tryout.end_date else '' }}">
|
||||
<small class="text-muted">Optional. Leave blank for single-day tryout.</small>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<div class="form-group col-6">
|
||||
|
||||
Reference in New Issue
Block a user