From 1027c2516f27ea67856b1a166360213849deab2d Mon Sep 17 00:00:00 2001
From: Jorran de Wit <jorrandewit@outlook.com>
Date: Sun, 22 Oct 2017 14:08:06 +0200
Subject: [PATCH] Add missing EIC volunteering link

---
 .../templates/submissions/_submission_card_fellow_content.html  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/submissions/templates/submissions/_submission_card_fellow_content.html b/submissions/templates/submissions/_submission_card_fellow_content.html
index 0a4609d74..f35e20fb8 100644
--- a/submissions/templates/submissions/_submission_card_fellow_content.html
+++ b/submissions/templates/submissions/_submission_card_fellow_content.html
@@ -32,7 +32,7 @@
                 {% elif perms.scipost.can_assign_submissions %}
                     <a href="{% url 'submissions:assign_submission' submission.arxiv_identifier_w_vn_nr %}">Send a new assignment request</a>
                 {% else %}
-                    -
+                    <strong class="text-danger">You can volunteer to become Editor-in-charge by <a href="{% url 'submissions:volunteer_as_EIC' submission.arxiv_identifier_w_vn_nr %}">clicking here</a>.</strong>
                 {% endif %}
             </td>
         </tr>
-- 
GitLab