Skip to content

Commit ce0bbab

Browse files
author
James (ODSC)
authored
Merge pull request #253 from OpenDataServices/2022-02-22
templates: Edit banner and about info on status
2 parents 89c2a97 + e025398 commit ce0bbab

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

prefix_finder/frontend/templates/about.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@
88

99
<h1 class="about-page__header">Current status - as of 18th February 2022</h1>
1010

11-
<p>While we focus our efforts on improving org-id, we are prioritising new entries and edited entries that come via:</p>
11+
<p>While we focus our efforts on improving org-id, we are prioritising new entries and edited entries that come from:</p>
1212

1313
<ul>
1414
<li>The OCDS helpdesk</li>
1515
<li>The IATI helpdesk</li>
1616
</ul>
1717

18-
<p>We cannot guarantee that new, unsolicited entries proposed for org-id via <a href="https://github.com/org-id/register/issues">a github issue</a> will be dealt with in a timely fashion. If you or your organisation wish to submit new, well-researched org-id entries directly (as pull requests to <a href="https://github.com/org-id/register">the org-id GitHub repository</a>) contact us: <a href="mailto:[email protected]">[email protected]</a>. We’d love to hear from you.</p>
18+
<p>We cannot guarantee that new, unsolicited entries proposed for org-id via <a href="https://github.com/org-id/register/issues">a github issue</a> will be dealt with quickly.</p>
19+
20+
<p>If you or your organisation wish to submit new, well-researched org-id entries directly (as pull requests to <a href="https://github.com/org-id/register">the org-id GitHub repository</a>) contact us: <a href="mailto:[email protected]">[email protected]</a>. We’d love to hear from you.</p>
1921

2022
</div>
2123
<div>

prefix_finder/frontend/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<p class="ribbon-alert"><i class="material-icons">error_outline</i> You are currently previewing branch {{ branch }}. <a href="/_preview_branch/main">Return to main</a> or <a href="https://github.com/org-id/register/compare/main...{{ branch }}">view on GitHub</a></p>
3131
{% endif %}
3232

33-
<p class="ribbon-alert"><i class="material-icons">error_outline</i>org-id.guide has turned 4! A load of research goes into org-id.guide, and we’ve developed how you can contribute to the project. <a href="/about">Click here for more information</a>.</p>
33+
<p class="ribbon-alert"><i class="material-icons">error_outline</i>org-id.guide has turned 4! A load of research goes into org-id.guide - find out <a href="/about">how you can contribute</a>.</p>
3434

3535
{% block main %}{% endblock %}
3636

0 commit comments

Comments
 (0)