diff --git a/scipost/templates/partials/scipost/personal_page/account.html b/scipost/templates/partials/scipost/personal_page/account.html index 6e64418bd23d55c2be5f5e5cd962986a2126c532..45d03bebe68e6d2250ea02616faa3a91f04f541a 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 %}