diff --git a/src/biomon/templates/biomon/patient_detail.html b/src/biomon/templates/biomon/patient_detail.html index 7782641..dd22714 100644 --- a/src/biomon/templates/biomon/patient_detail.html +++ b/src/biomon/templates/biomon/patient_detail.html @@ -13,6 +13,7 @@ {% if patient.age %}{{ patient.age }}{% endif %} + {% if patient.monitoring_place %}
{{ patient.monitoring_place}}{% endif %}