pre post market checkbox

This commit is contained in:
Justin 2023-03-27 17:02:23 +08:00 committed by GitHub
parent bd6ce3732f
commit 9990758806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -898,42 +898,41 @@
</div> </div>
<div class="row g-3 align-items-center mt-3 left-div"> <div class="row g-3 align-items-center mt-3 left-div">
<div class="col-auto"> <div class="col-auto">
<label for="inputTransitionZ" class="col-form-label" <label for="inputTransitionZ" class="col-form-label"
>Pre-Market / After-Hours Prices
>Percent Change
</label> </label>
</div> </div>
<div class="col-auto"> <div class="col-auto">
<input <input
class="form-check-input prepost-select"
class="form-check-input percent-select"
type="checkbox" type="checkbox"
value="" value=""
id="flexCheckChecked-prepost"
id="flexCheckChecked" {%if stocks_settings.prepost%}
{%if stocks_settings.percent%}
checked checked
{%endif%} />
{%endif%}
/>
</div> </div>
</div>
<div class="row g-3 align-items-center left-div">
<div class="col-auto">
<label for="inputTransitionZ" class="col-form-label"
>Percent Change
</label>
</div>
<div class="col-auto">
<input
class="form-check-input percent-select"
type="checkbox"
value=""
id="flexCheckChecked"
{%if stocks_settings.percent%}
checked
{%endif%}
/>
</div>
</div> </div>