diff --git a/scipost/templates/scipost/personal_page.html b/scipost/templates/scipost/personal_page.html
index 02405addb9ee68bf60ad57c2a14bcd62186ebbfe..3d0509c7d0690faf910426b453e0494ffe8be6bb 100644
--- a/scipost/templates/scipost/personal_page.html
+++ b/scipost/templates/scipost/personal_page.html
@@ -93,7 +93,7 @@
   {% if submission_authorships_to_claim %}
   <ul>
     {% for sub in submission_authorships_to_claim %}
-    {{ submission.header_as_li|safe %}
+    {{ sub.header_as_li|safe %}
     {% endfor %}
   {% endif %}
   <ul>