From dc543988b2f6c0d5a9c5ad19a6ca9d52cd55b5cc Mon Sep 17 00:00:00 2001 From: Johnson Chetty Date: Fri, 14 Dec 2012 13:57:40 +0100 Subject: [PATCH] email invites 0.8.1 added script vars to signup.html, check diff --- itf/templates/allauth/account/signup.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/itf/templates/allauth/account/signup.html b/itf/templates/allauth/account/signup.html index eb9449f..881789d 100644 --- a/itf/templates/allauth/account/signup.html +++ b/itf/templates/allauth/account/signup.html @@ -14,8 +14,15 @@
{% csrf_token %} - {{ form.as_p }} - + {{ form.as_p }} + + + {% if request.session.invite_code %} {% endif %}