mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-08 01:30:04 +01:00
fix typo
This commit is contained in:
parent
54a34b2084
commit
1eff7a3b69
|
|
@ -29,7 +29,7 @@ class Input(ABC):
|
|||
<div class="form-group row" data-field="{id}">
|
||||
<label class="col-form-label col-form-label-sm col-3" for="{id}">{label}</label>
|
||||
<div class="col-9 p-0 removable-group {removable}">
|
||||
<div class="removeable-item">
|
||||
<div class="removable-item">
|
||||
{input}
|
||||
{infotext}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue