From da5776013a850cea7d0f7966a6b5a0fde2867a51 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Thu, 12 Oct 2017 22:03:39 +0200 Subject: [PATCH] Append petition notification --- scipost/templates/scipost/personal_page.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scipost/templates/scipost/personal_page.html b/scipost/templates/scipost/personal_page.html index 202a0041c..032f6103b 100644 --- a/scipost/templates/scipost/personal_page.html +++ b/scipost/templates/scipost/personal_page.html @@ -119,6 +119,10 @@ {# END: Scientist fields #} {% endif %} + <h3 class="text-danger">Scientists, please help us out!</h3> + <p>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> + <hr> + {% if 'SciPost Administrators' in user_groups %} <h3>You are a SciPost Administrator.</h3> {% endif %} -- GitLab