From 6031c5fc618ec127b5f258b9a55ba43c4f06324d Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 18 Nov 2018 20:29:37 +0100 Subject: [PATCH] Correct typo in url --- profiles/templates/profiles/_profile_card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/templates/profiles/_profile_card.html b/profiles/templates/profiles/_profile_card.html index 5dc9f819c..503bd04d6 100644 --- a/profiles/templates/profiles/_profile_card.html +++ b/profiles/templates/profiles/_profile_card.html @@ -136,7 +136,7 @@ <h5>Fellowships</h5> <ul> {% for fellowship in profile.contributor.fellowships.all %} - <li><a href="fellowship.get_absolute_url">{{ fellowship }}</a></li> + <li><a href="{{ fellowship.get_absolute_url }}">{{ fellowship }}</a></li> {% empty %} <li>No fellowships found</li> {% endfor %} -- GitLab