From 9eb6feacd21e48f0ce5970121858a23dc2a8b899 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Mon, 22 Oct 2018 10:55:05 +0200
Subject: [PATCH] Update sponsors and partners (redirect)

---
 .../partners/supporting_partners.html         |  6 ++++++
 sponsors/templates/sponsors/sponsors.html     | 21 +++++--------------
 2 files changed, 11 insertions(+), 16 deletions(-)

diff --git a/partners/templates/partners/supporting_partners.html b/partners/templates/partners/supporting_partners.html
index 54bb08a50..16eebaa7d 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 468994186..956efe10d 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 %}
-- 
GitLab