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
16 changes: 0 additions & 16 deletions prefix_finder/frontend/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,6 @@
<main class="main-wrapper" role="main">
{% include "sidebar.html" %}
<div class="main-content single-content about-page">
<div style="padding-bottom: 30px;">

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

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

<ul>
<li>The OCDS helpdesk</li>
<li>The IATI helpdesk</li>
</ul>

<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>

<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:contact@org-id.guide">contact@org-id.guide</a>. We’d love to hear from you.</p>

</div>
<div>
<h1 class="about-page__header">{% trans "About" %}</h1>
</div>
Expand Down
2 changes: 0 additions & 2 deletions prefix_finder/frontend/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
<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>
{% endif %}

<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>

{% block main %}{% endblock %}

{% include "footer.html" %}
Expand Down