Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions prefix_finder/frontend/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{% trans "The code for this site is available on Github" %}: <a href="https://github.com/OpenDataServices/org-ids/">{%trans "org-ids" %}</a>.
{% trans "Licence" %}: <a href="https://www.gnu.org/licenses/agpl-3.0.html">{% trans "AGPLv3" %}</a>.
{% trans "Report/View issues" %}: <a href="https://github.com/OpenDataServices/org-ids/issues">{% trans "org-id issues" %}</a>.
{% trans "To contribute lists" %}: <a href="http://docs.org-id.guide/en/latest">{% trans "contributors handbook" %}</a>.
<a href="{% url 'terms' %}">{% trans "Terms &amp; Conditions" %}</a>.
{% blocktrans %}Running version {% endblocktrans %}<a href="https://github.com/OpenDataServices/org-ids/tree/{{ request.tag }}">{{ request.tag }}</a>.
</p>
Expand Down
1 change: 1 addition & 0 deletions prefix_finder/frontend/templates/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ <h3>To find identifiers</h3>

<div class="single-content__block single-suggest">
<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>
<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>
</div>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion prefix_finder/frontend/templates/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ <h4>Sectors</h4>
<h1>Possible Lists</h1>
{% if all_results.recommended %}
<p>It's possible you will find the organization(s) you are looking for in one of the lists below…</p>
{% else %}
{% elif all_result.suggested %}
<p>No alternative results.</p>
{% else %}
<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>
{% endif %}
</header>

Expand Down