Skip to content

Commit 139e824

Browse files
committed
if no suggested or possible results, ask use to contribute, link handbk
1 parent 5e25242 commit 139e824

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prefix_finder/frontend/templates/results.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,10 @@ <h4>Sectors</h4>
7171
<h1>Possible Lists</h1>
7272
{% if all_results.recommended %}
7373
<p>It's possible you will find the organization(s) you are looking for in one of the lists below…</p>
74-
{% else %}
74+
{% elif all_result.suggested %}
7575
<p>No alternative results.</p>
76+
{% else %}
77+
<p>No alternative results. Think there should be a list here? You can make a request, read the <a href="http://docs.org-id.guide/en/latest/contribute/" target="_blank">contributors handbook</a> for details on how to request or propose a new list.</p>
7678
{% endif %}
7779
</header>
7880

0 commit comments

Comments
 (0)