From 0bc86da53e08cfd9fc4d34c8dea6750d4d3e4dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Mon, 9 Nov 2015 09:46:25 +0100 Subject: [PATCH] Display monitoring place in patient identification. --- src/biomon/templates/biomon/patient_detail.html | 1 + 1 file changed, 1 insertion(+) 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 %}