From 7deeaf57e202bf4775cf4e3595a27e0ab810b007 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Tue, 9 May 2017 17:58:21 +0200 Subject: [PATCH] Fix wrong variable in template used --- scipost/templates/scipost/_draft_registration_tables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost/templates/scipost/_draft_registration_tables.html b/scipost/templates/scipost/_draft_registration_tables.html index 84b73ce78..d0909ac90 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> -- GitLab