SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 95f13eaf authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Remove link to petition on personal_page, replace by email template

parent 2fd81207
No related branches found
No related tags found
No related merge requests found
...@@ -69,13 +69,11 @@ ...@@ -69,13 +69,11 @@
</div> </div>
{% endif %} {% endif %}
{% if not contributor.petition_signatories.exists %}
<div class="border border-danger p-2"> <div class="border border-danger p-2">
<h3 class="text-danger">Scientists, please help us out!</h3> <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> <p class="mb-1">If it is not listed on our <a href="{% url 'sponsors:sponsors' %}" target="_blank">Sponsors page</a>, please encourage your institution (through a librarian, director, ...) to join. 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>
</div> </div>
<hr> <hr>
{% endif %}
{% if is_scipost_admin %} {% if is_scipost_admin %}
<h3>You are a SciPost Administrator.</h3> <h3>You are a SciPost Administrator.</h3>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment