Skip to content

Commit 2cf0fbf

Browse files
authored
Merge pull request #182 from OpenDataServices/signpost-handbook
Signpost handbook from site
2 parents fc36625 + dbe1fa3 commit 2cf0fbf

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

prefix_finder/frontend/templates/footer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
{% trans "The code for this site is available on Github" %}: <a href="https://github.com/OpenDataServices/org-ids/">{%trans "org-ids" %}</a>.
77
{% trans "Licence" %}: <a href="https://www.gnu.org/licenses/agpl-3.0.html">{% trans "AGPLv3" %}</a>.
88
{% trans "Report/View issues" %}: <a href="https://github.com/OpenDataServices/org-ids/issues">{% trans "org-id issues" %}</a>.
9+
{% trans "To contribute lists" %}: <a href="http://docs.org-id.guide/en/latest">{% trans "contributors handbook" %}</a>.
910
<a href="{% url 'terms' %}">{% trans "Terms &amp; Conditions" %}</a>.
1011
{% blocktrans %}Running version {% endblocktrans %}<a href="https://github.com/OpenDataServices/org-ids/tree/{{ request.tag }}">{{ request.tag }}</a>.
1112
</p>

prefix_finder/frontend/templates/list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ <h3>To find identifiers</h3>
7070

7171
<div class="single-content__block single-suggest">
7272
<p>You can suggest an edit to our information about this list by <a href="https://github.com/org-id/register/issues/new">posting an issue</a> or <a href="https://github.com/org-id/register">submitting a pull request</a>.</p>
73+
<p>The <a href="http://docs.org-id.guide/en/latest/contribute/#proposing-a-correction-or-update" target="_blank">contributors handbook</a> details how to propose changes to an existing list, and how you can request or propose a new list.</p>
7374
</div>
7475
</div>
7576
</div>

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)