Skip to content

Commit 9951f56

Browse files
authored
Merge pull request #274 from OpenDataServices/2025-02-26
Remove banner about turning 4 & out of date info at top of about page
2 parents 54476c6 + 1d8a9bd commit 9951f56

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

prefix_finder/frontend/templates/about.html

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,6 @@
44
<main class="main-wrapper" role="main">
55
{% include "sidebar.html" %}
66
<div class="main-content single-content about-page">
7-
<div style="padding-bottom: 30px;">
8-
9-
<h1 class="about-page__header">Current status - as of 18th February 2022</h1>
10-
11-
<p>While we focus our efforts on improving org-id, we are prioritising new entries and edited entries that come from:</p>
12-
13-
<ul>
14-
<li>The OCDS helpdesk</li>
15-
<li>The IATI helpdesk</li>
16-
</ul>
17-
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>
21-
22-
</div>
237
<div>
248
<h1 class="about-page__header">{% trans "About" %}</h1>
259
</div>

prefix_finder/frontend/templates/base.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
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 - find out <a href="/about">how you can contribute</a>.</p>
34-
3533
{% block main %}{% endblock %}
3634

3735
{% include "footer.html" %}

0 commit comments

Comments
 (0)