We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c10c9 commit f8d6079Copy full SHA for f8d6079
prefix_finder/frontend/templates/list.html
@@ -52,7 +52,12 @@ <h2>Description</h2>
52
53
<div class="single-meta-info__instructions">
54
<h3>To find identifiers</h3>
55
- <p>{{ org_list.access.guidanceOnLocatingIds|urlize|linebreaks}}</p>
+ {% 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
61
</div>
62
63
0 commit comments