parent
aa30394089
commit
65e39ec7a3
1 changed files with 6 additions and 1 deletions
|
@ -54,10 +54,15 @@
|
||||||
|
|
||||||
<div class="form-group required">
|
<div class="form-group required">
|
||||||
{{ form.length.label(class_="form-control-label") }}
|
{{ form.length.label(class_="form-control-label") }}
|
||||||
|
<div class='input-group'>
|
||||||
{{ form.length(class_="form-control " + ("is-invalid" if form.length.errors else "")) }}
|
{{ form.length(class_="form-control " + ("is-invalid" if form.length.errors else "")) }}
|
||||||
|
<div class="input-group-append">
|
||||||
|
<span class="input-group-text">Minuten</span>
|
||||||
|
</div>
|
||||||
{% if form.length.errors %}
|
{% if form.length.errors %}
|
||||||
<div class="invalid-feedback">{{ form.length.errors|join("<br/>")|safe }}</div>
|
<div class="invalid-feedback">{{ form.length.errors|join("<br/>")|safe }}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group required">
|
<div class="form-group required">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue