mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-08 16:05:57 +00:00
fix typo
This commit is contained in:
parent
54a34b2084
commit
1eff7a3b69
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue