From 2cf2fb0dc33b04f8cb24cfdf48a64f18251a8407 Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Wed, 23 Mar 2016 08:30:24 +0100 Subject: [PATCH] Correct bug in contributor_info --- scipost/templates/scipost/personal_page.html | 1 - 1 file changed, 1 deletion(-) diff --git a/scipost/templates/scipost/personal_page.html b/scipost/templates/scipost/personal_page.html index 02405addb..87274d43b 100644 --- a/scipost/templates/scipost/personal_page.html +++ b/scipost/templates/scipost/personal_page.html @@ -93,7 +93,6 @@ {% if submission_authorships_to_claim %} <ul> {% for sub in submission_authorships_to_claim %} - {{ submission.header_as_li|safe %} {% endfor %} {% endif %} <ul> -- GitLab