Skip to content

Commit f8d6079

Browse files
committed
show onlineAccessDetails under "To find identifiers"
1 parent 11c10c9 commit f8d6079

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

prefix_finder/frontend/templates/list.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,12 @@ <h2>Description</h2>
5252

5353
<div class="single-meta-info__instructions">
5454
<h3>To find identifiers</h3>
55-
<p>{{ org_list.access.guidanceOnLocatingIds|urlize|linebreaks}}</p>
55+
{% if org_list.access.onlineAccessDetails %}
56+
<p>{{ org_list.access.onlineAccessDetails|urlize|linebreaks }}</p>
57+
{% endif %}
58+
{% if org_list.access.guidanceOnLocatingIds %}
59+
<p>{{ org_list.access.guidanceOnLocatingIds|urlize|linebreaks }}</p>
60+
{% endif %}
5661
</div>
5762
</div>
5863

0 commit comments

Comments
 (0)