diff --git a/scipost_django/colleges/templates/colleges/_nominations_invitation_checklist.html b/scipost_django/colleges/templates/colleges/_nominations_invitation_checklist.html index 2d9735973b4add5da3935a50b1aa630964cb69b5..d4f388ab766bb079d480686ece70fea8bfa3648f 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> A fellowship has been created from this nomination.</span> + <span> A <a href="{{ invitation.nomination.fellowship.get_absolute_url }}">Fellowship</a> has been created from this nomination.</span> {% endif %} </li>