mirror of
https://github.com/kleeja-official/kleeja.git
synced 2026-07-09 05:34:17 +02:00
Fix remme checkbox bootstrap on login page
This commit is contained in:
@@ -36,9 +36,10 @@
|
||||
|
||||
|
||||
<label class="custom-control custom-checkbox">
|
||||
<input type="checkbox" class="custom-control-input" name="remme" value="31536000" checked="checked">
|
||||
<input type="checkbox" class="custom-control-input" id="remme" name="remme" value="31536000" checked="checked">
|
||||
<label class="custom-control-label" for="remme">{lang.REMME} </label>
|
||||
<span class="custom-control-indicator"></span>
|
||||
<span class="custom-control-description">{lang.REMME} <small class="text-muted">({lang.REMME_EXP})</small></span>
|
||||
<span class="custom-control-description"><small class="text-muted">({lang.REMME_EXP})</small></span>
|
||||
</label>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user