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 %}