Skip to content

Commit

Permalink
fixes a bug wherein we are were not showing reason for interaction in…
Browse files Browse the repository at this point in the history
… the handover list
  • Loading branch information
fredkingham committed Jul 30, 2019
1 parent 434485f commit 7e519cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elcid/templates/elcid/renal_handover.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h3>Clinical Advice</h3>
{% endif %}
{{ clinical_advice.initials }}
{% if clinical_advice.reason_for_interaction %}
{{ reason_for_interaction }}
{{ clinical_advice.reason_for_interaction }}
{% endif %}
</strong>
</div>
Expand Down

0 comments on commit 7e519cd

Please sign in to comment.