Skip to content

Commit

Permalink
Merge 89a41ba into e3b93f0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Apr 8, 2020
2 parents e3b93f0 + 89a41ba commit 499fa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elcid/templates/forms/icu_round_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="col-md-4 col-md-offset-1">
{% select model="formItem.editing.micro_input_icu_round_relation.icu_round.ventilation_type" field="ICURound.ventilation_type" style="vertical"%}
</div>
<div class="col-md-4 col-md-offset-1" ng-show="formItem.editing.micro_input_icu_round_relation.icu_round.ventilation_type == '{{ models.ICURound.INTUBATED }}'">
<div class="col-md-4 col-md-offset-1" >
{% input model="formItem.editing.micro_input_icu_round_relation.icu_round.fio2" field="ICURound.fio2" style="vertical"%}
</div>
</div>
Expand Down

0 comments on commit 499fa3b

Please sign in to comment.