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 377e71b commit 26888b6Copy full SHA for 26888b6
prefix_finder/frontend/templates/list.html
@@ -52,7 +52,11 @@ <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.guidanceOnLocatingIds %}
56
+ <p>{{ org_list.access.guidanceOnLocatingIds|urlize|linebreaks}}</p>
57
+ {% else %}
58
+ <p><a href="{{ org_list.url }}" target="_blank">Visit the website.</a></p>
59
+ {% endif %}
60
</div>
61
62
0 commit comments