Skip to content

Commit

Permalink
fix: desmarca a opção de calcular com dupla precisão. temporariamentr…
Browse files Browse the repository at this point in the history
… desabilitada
  • Loading branch information
ivopr committed Mar 22, 2022
1 parent 228f636 commit 8b7b12f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/templates/acpype.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ <h6 class="d-flex flex-wrap">
</div>

<div class="form-check my-1">
<input class="form-check-input" type="checkbox" checked="checked" disabled="disabled" id="double">
<input class="form-check-input" type="checkbox" disabled="disabled" id="double">
<label class="form-check-label" for="double">{{ _("Calcular em dupla precisão") }}</label>
<input type="hidden" name="double" value="True">
<input type="hidden" name="double" value="False">
</div>

<div class="form-check my-1">
Expand Down
4 changes: 2 additions & 2 deletions app/templates/apo.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ <h6 class="d-flex flex-wrap">
</div>

<div class="form-check my-1">
<input class="form-check-input" type="checkbox" checked="checked" disabled="disabled" id="double">
<input class="form-check-input" type="checkbox" disabled="disabled" id="double">
<label class="form-check-label" for="double">{{ _("Calcular em dupla precisão") }}</label>
<input type="hidden" name="double" value="True">
<input type="hidden" name="double" value="False">
</div>

<div class="form-check my-1">
Expand Down
4 changes: 2 additions & 2 deletions app/templates/prodrg.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ <h6 class="d-flex flex-wrap">
</div>

<div class="form-check my-1">
<input class="form-check-input" type="checkbox" checked="checked" disabled="disabled" id="double">
<input class="form-check-input" type="checkbox" disabled="disabled" id="double">
<label class="form-check-label" for="double">{{ _("Calcular em dupla precisão") }}</label>
<input type="hidden" name="double" value="True">
<input type="hidden" name="double" value="False">
</div>

<div class="form-check my-1">
Expand Down

0 comments on commit 8b7b12f

Please sign in to comment.