diff --git a/confirmation/views.py b/confirmation/views.py index 9cf20d24b4..d0ee9fefef 100644 --- a/confirmation/views.py +++ b/confirmation/views.py @@ -29,7 +29,7 @@ def confirm(request, confirmation_key): 'confirmed': confirmed, 'days': getattr(settings, 'EMAIL_CONFIRMATION_DAYS', 10), 'key': confirmation_key, - 'gafyd_name': request.GET.get("gafyd_name", None), + 'full_name': request.GET.get("full_name", None), } templates = [ 'confirmation/confirm.html', diff --git a/templates/confirmation/confirm_preregistrationuser.html b/templates/confirmation/confirm_preregistrationuser.html index c40a0225bb..db33b600cb 100644 --- a/templates/confirmation/confirm_preregistrationuser.html +++ b/templates/confirmation/confirm_preregistrationuser.html @@ -12,7 +12,7 @@ post to another view which executes in our code to produce the desired form. {% csrf_token %} - +