From ec0a545af56a62cd6ee2628b2739c5af3beafdce Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Wed, 27 Mar 2019 18:37:55 +0100
Subject: [PATCH] Remove link to old petition in personal_page:account tab

---
 .../templates/partials/scipost/personal_page/account.html | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/scipost/templates/partials/scipost/personal_page/account.html b/scipost/templates/partials/scipost/personal_page/account.html
index 6e64418bd..45d03bebe 100644
--- a/scipost/templates/partials/scipost/personal_page/account.html
+++ b/scipost/templates/partials/scipost/personal_page/account.html
@@ -54,14 +54,6 @@
             {# END: Scientist fields #}
         {% endif %}
 
-        {% if not contributor.petition_signatories.exists %}
-            <div class="border border-danger p-2">
-                <h3 class="text-danger">Scientists, please help us out!</h3>
-                <p class="mb-1">If it is not listed on our Partners page, please encourage your institution (through a librarian, director, ...) to join by <a class="h3 text-blue" href="{% url 'petitions:petition' slug='join-SPB' %}">signing our petition</a>.</p>
-            </div>
-            <hr>
-        {% endif %}
-
       {% if is_scipost_admin %}
           <h3>You are a SciPost Administrator.</h3>
       {% endif %}
-- 
GitLab