From 6cd6b7245a40825c92958cb8eeeab2250fc0ecec Mon Sep 17 00:00:00 2001 From: Ross Date: Sun, 5 Dec 2021 15:56:29 +0000 Subject: [PATCH] . --- atlas/templates/atlas/condition_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/atlas/templates/atlas/condition_detail.html b/atlas/templates/atlas/condition_detail.html index c5b6d331..d56f6090 100755 --- a/atlas/templates/atlas/condition_detail.html +++ b/atlas/templates/atlas/condition_detail.html @@ -12,9 +12,9 @@ {% endif %} {% endcomment %}
- {{condition.name}}
- {{condition.primary}}
- {{condition.synonym.all|join:", "}}
+

Name: {{condition.name}}

+ Primary name: {{condition.primary}}
+ Synonyms: {{condition.synonym.all|join:", "}}
{% endblock %}