From 00e72cd97d271e458519f131c4f9879bc2d585f0 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Tue, 5 Nov 2013 16:13:59 -0500 Subject: [PATCH] Switch url parameter to full_name from service-specific gafyd_name (imported from commit 21541da29d2846cfd912d19b73e239e96606f9e5) --- confirmation/views.py | 2 +- templates/confirmation/confirm_preregistrationuser.html | 2 +- templates/zerver/register.html | 5 ++--- zerver/views/__init__.py | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) 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 %} - +