Mache maximale Sprechstundenlänge konfigurierbar
This commit is contained in:
parent
a631c33883
commit
5a8a248c53
5 changed files with 12 additions and 4 deletions
|
@ -90,7 +90,7 @@
|
|||
|
||||
<div class="form-floating mb-3">
|
||||
<input class="form-control required" required name="dauer" id="dauer" type="number"
|
||||
min="{{.MinuteGranularity}}" max="120" step="{{.MinuteGranularity}}"
|
||||
min="{{.MinuteGranularity}}" max="{{.MaxDuration}}" step="{{.MinuteGranularity}}"
|
||||
{{ if ne .Duration 0}}value="{{.Duration}}"{{end}} placeholder="">
|
||||
<label for="dauer">Dauer in Minuten</label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue