From 5b3594b8f317d01f6c720d6ed2b5253fbf3a6537 Mon Sep 17 00:00:00 2001
From: George Katsikas <giorgakis.katsikas@gmail.com>
Date: Thu, 16 Nov 2023 14:43:26 +0100
Subject: [PATCH] add link to fellowship from nomination checklist

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

diff --git a/scipost_django/colleges/templates/colleges/_nominations_invitation_checklist.html b/scipost_django/colleges/templates/colleges/_nominations_invitation_checklist.html
index 2d9735973..d4f388ab7 100644
--- a/scipost_django/colleges/templates/colleges/_nominations_invitation_checklist.html
+++ b/scipost_django/colleges/templates/colleges/_nominations_invitation_checklist.html
@@ -40,7 +40,7 @@
           </div>
         {% else %}
           <span class="text-success">{% include 'bi/check-square-fill.html' %}</span>
-          <span>&nbsp;A fellowship has been created from this nomination.</span>
+          <span>&nbsp;A <a href="{{ invitation.nomination.fellowship.get_absolute_url }}">Fellowship</a> has been created from this nomination.</span>
         {% endif %}
 
       </li>
-- 
GitLab