Removed bootstrap aweseome checkbox

We now use Bootstrap 4's custom controls.
This commit is contained in:
Jan Böhmer 2019-09-18 18:40:59 +02:00
parent 2d34649ae6
commit 1a0e5408af
6 changed files with 51 additions and 49 deletions

View file

@ -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>