diff --git a/profiles/templates/profiles/_profile_card.html b/profiles/templates/profiles/_profile_card.html
index 5dc9f819c7a659a0c139ac8ecfb1809bb99e5f0d..503bd04d65b0f3df805f52d734073582574cbae0 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 %}