Skip to content

Commit

Permalink
repair units, update metadata view
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-dvorak committed Apr 12, 2024
1 parent 722edb6 commit ecc0858
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DOSPORTAL/templates/records/record_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@
<div class="card p-2 m-1" style="width: initial; text-align: center;" title="Mean dose rate from selected part of record">
<div class="fw-light">Dose rate</div>
<div class="fw-bold text-muted">{{outputs.dose_rate_mean|floatformat:2 }}</div>
<div class="fw-light"> &mu;S/h</div>
<div class="fw-light">&mu;Gy/h</div>
</div>
{% endif %}
{% if "dose_obtained" in outputs %}
<div class="card p-2 m-1" style="width: initial; text-align: center;" title="Dose absorbed in silicone during the selected part of record.">
<div class="fw-light">Dose absorbed</div>
<div class="fw-bold text-muted">{{outputs.dose_obtained|floatformat:2 }}</div>
<div class="fw-light">&mu;S</div>
<div class="fw-light">&mu;Gy</div>
</div>
{% endif %}
</div>
Expand Down

0 comments on commit ecc0858

Please sign in to comment.