From 01924eeb57736f0ac410a052663aeca836436b2b Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Sun, 18 Nov 2018 20:26:08 +0100 Subject: [PATCH] Add missing closing a tag --- 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 4b241701f..5dc9f819c 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 }}</li> + <li><a href="fellowship.get_absolute_url">{{ fellowship }}</a></li> {% empty %} <li>No fellowships found</li> {% endfor %} -- GitLab