From 5d9b74e3e40103145beacb411146c68b2e9cb099 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Tue, 5 Feb 2019 10:49:13 +0100
Subject: [PATCH] Correct Fellow tasklist email template

---
 templates/email/fellows/email_fellow_tasklist.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/email/fellows/email_fellow_tasklist.html b/templates/email/fellows/email_fellow_tasklist.html
index f0fc50dba..adb315f44 100644
--- a/templates/email/fellows/email_fellow_tasklist.html
+++ b/templates/email/fellows/email_fellow_tasklist.html
@@ -5,7 +5,7 @@
 {% if nr_potfels_to_vote_on > 0 %}
 <br/>
 <h3>Nominations to the Editorial College</h3>
-<p>You have {{ nr_potfels_to_vote_on }} nomination{{ nr_potfels_to_vote_on|pluralize }} to vote on, please visit the <a href="{% url 'colleges:potential_fellowships' %}">Potential Fellowships</a> page to cast your vote{{ nr_potfels_to_vote_on|pluralize }}.</p>
+<p>You have {{ nr_potfels_to_vote_on }} nomination{{ nr_potfels_to_vote_on|pluralize }} to vote on, please visit the <a href="https://scipost.org{% url 'colleges:potential_fellowships' %}">Potential Fellowships</a> page to cast your vote{{ nr_potfels_to_vote_on|pluralize }}.</p>
 {% endif %}
 
 {% if recs_to_vote_on %}
-- 
GitLab