mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-24 03:49:31 +00:00
Removed bootstrap aweseome checkbox
We now use Bootstrap 4's custom controls.
This commit is contained in:
parent
2d34649ae6
commit
1a0e5408af
6 changed files with 51 additions and 49 deletions
|
|
@ -44,9 +44,9 @@
|
|||
|
||||
<div class="form-group row">
|
||||
<div class="col-md-9 offset-md-3 col-lg-10 offset-lg-2">
|
||||
<div class="form-check abc-checkbox form-check-inline">
|
||||
<input class="form-check-input" name="_remember_me" type="checkbox">
|
||||
<label class="form-check-label" for="checkbox1">
|
||||
<div class="custom-control custom-checkbox custom-control-inline">
|
||||
<input class="custom-control-input" name="_remember_me" id="remember_me" type="checkbox">
|
||||
<label class="custom-control-label" for="remember_me">
|
||||
{% trans %}login.rememberme{% endtrans %}
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue