mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 05:56:37 +00:00
Revert a06bd29f88
This commit is contained in:
parent
3b001d1837
commit
4e12c2e7fb
@ -1,7 +1,7 @@
|
|||||||
<!--<input type="{{ option.type }}" name="{{ option.name }}" value="{{ option.value }}" id="{{ option.value }}"><BR>
|
<!--<input type="{{ option.type }}" name="{{ option.name }}" value="{{ option.value }}" id="{{ option.value }}"><BR>
|
||||||
<label for="{{ option.value }}">{{option.label}}</label>-->
|
<label for="{{ option.value }}">{{option.label}}</label>-->
|
||||||
|
|
||||||
<div>
|
<label>
|
||||||
<input type="{{ option.type }}" name="{{ option.name }}" value="{{ option.value }}" id="{{ option.value }}" {% if option.selected %}checked{% endif %}>
|
<input type="{{ option.type }}" name="{{ option.name }}" value="{{ option.value }}" id="{{ option.value }}" {% if option.selected %}checked{% endif %}>
|
||||||
<span>{{option.label}}</span>
|
<span>{{option.label}}</span>
|
||||||
</div>
|
</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user