diff --git a/partners/templates/partners/supporting_partners.html b/partners/templates/partners/supporting_partners.html
index 54bb08a50e9bfb4ab831a5ce87783f675d1e744b..16eebaa7d1e5cb27ee9790b93b139677acd0fd7c 100644
--- a/partners/templates/partners/supporting_partners.html
+++ b/partners/templates/partners/supporting_partners.html
@@ -19,6 +19,12 @@
   </div>
 </div>
 
+<div class="row">
+  <div class="col-12">
+    <h2 class="text-danger">We are deprecating our Partners pages, please go to our <a href="{% url 'sponsors:sponsors' %}">Sponsors page</a> instead.</h2>
+  </div>
+</div>
+
 {% if perms.scipost.can_manage_SPB %}
     <div class="row">
       <div class="col-12">
diff --git a/sponsors/templates/sponsors/sponsors.html b/sponsors/templates/sponsors/sponsors.html
index 468994186a4876c7131b4332520a1cc66716570f..956efe10d47a6f6f7038a4cffe24b98742c6ef46 100644
--- a/sponsors/templates/sponsors/sponsors.html
+++ b/sponsors/templates/sponsors/sponsors.html
@@ -24,21 +24,12 @@
     <br/>
     <p>
       Is your organization benefitting from SciPost's activities (check our <a href="{% url 'organizations:organizations' %}">organizations page</a>), and does it not appear in our list of Sponsors below? Then consider helping SciPost:
+      <br/>
+      <strong>Are you a scientist?</strong><br/>
+      Please petition your local librarian/director/... to consider sponsoring us. You can use this email <a href="mailto:?subject=Petition to support SciPost&body={% autoescape on %}{% include 'sponsors/sponsor_petition_email.html' %}{% endautoescape %}&cc=sponsors@scipost.org">template</a>.
+      <strong>Are you a librarian, funding agency representative or other potential supporter?</strong><br/>
+      Take a look at our <a href="{% static 'sponsors/SciPost_Sponsorship_Agreement.pdf' %}">Sponsorship Agreement</a> template, and contact us at <a href="mailto:sponsors@scipost.org?subject=Sponsors enquiry">sponsors@scipost.org</a> to enquire about further details or initiate your sponsorship.
     </p>
-    <ul>
-      <li>
-	<p>
-	  <strong>Are you a scientist?</strong><br/>
-	  Please petition your local librarian/director/... to consider sponsoring us. You can use this email <a href="mailto:?subject=Petition to support SciPost&body={% autoescape on %}{% include 'sponsors/sponsor_petition_email.html' %}{% endautoescape %}&cc=sponsors@scipost.org">template</a>.
-	</p>
-      </li>
-      <li>
-	<p>
-	  <strong>Are you a librarian, funding agency representative or other potential supporter?</strong><br/>
-	  Take a look at our <a href="{% static 'sponsors/SciPost_Sponsorship_Agreement.pdf' %}">Sponsorship Agreement</a> template, and contact us at <a href="mailto:sponsors@scipost.org?subject=Sponsors enquiry">sponsors@scipost.org</a> to enquire about further details or initiate your sponsorship.
-	</p>
-      </li>
-    </ul>
   </div>
 </div>
 
@@ -122,6 +113,4 @@
 </div>
 
 
-
-
 {% endblock content %}