diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html
index 5aa8800e..c543d2a9 100755
--- a/atlas/templates/atlas/case_display_block.html
+++ b/atlas/templates/atlas/case_display_block.html
@@ -377,7 +377,7 @@
{% if ds.findings.all %}
{% for finding in ds.findings.all %}
- - {{ finding }}
+ - {{ finding.get_link }}
{% endfor %}
{% else %}
@@ -389,7 +389,7 @@
{% if ds.structures.all %}
{% for structure in ds.structures.all %}
- - {{ structure }}
+ - {{ structure.get_link }}
{% endfor %}
{% else %}
@@ -401,7 +401,7 @@
{% if ds.conditions.all %}
{% for condition in ds.conditions.all %}
- - {{ condition }}
+ - {{ condition.get_link }}
{% endfor %}
{% else %}