diff --git a/atlas/templates/atlas/condition_detail.html b/atlas/templates/atlas/condition_detail.html index 1ab6fbf0..c5b6d331 100755 --- a/atlas/templates/atlas/condition_detail.html +++ b/atlas/templates/atlas/condition_detail.html @@ -13,8 +13,8 @@
{{condition.name}}
- {{condition.primary}}
- {{condition.synonym}}
+ {{condition.primary}}
+ {{condition.synonym.all|join:", "}}
{% endblock %}