diff --git a/scipost/templates/scipost/_draft_registration_tables.html b/scipost/templates/scipost/_draft_registration_tables.html
index 84b73ce78a71408b64b688fb5ffd2747760d9f26..d0909ac9068a93196bdaadb663b869ec96fdb0b9 100644
--- a/scipost/templates/scipost/_draft_registration_tables.html
+++ b/scipost/templates/scipost/_draft_registration_tables.html
@@ -46,7 +46,7 @@
                 </tr>
             </thead>
             <tbody>
-                {% for fellow in sent_reg_inv_contrib %}
+                {% for invitation in sent_reg_inv_contrib %}
                   <tr>
                     <td>{{ invitation.last_name }}</td>
                     <td>{{ invitation.first_name }}</td>