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