From e4cb8f741cbdb2b7759a8e965a9bf4a5dd653700 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 2 May 2014 14:09:01 -0400 Subject: [PATCH] prevent double clicks on reg button This definitely prevents to problem from occurring! --- frontend/templates/home.html | 2 +- frontend/templates/registration/from_pledge.html | 2 +- frontend/templates/registration/registration_form.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/templates/home.html b/frontend/templates/home.html index 55e218d5..8339533b 100755 --- a/frontend/templates/home.html +++ b/frontend/templates/home.html @@ -132,7 +132,7 @@ function put_un_in_cookie2(){
- +
google
Sign Up With Google
diff --git a/frontend/templates/registration/from_pledge.html b/frontend/templates/registration/from_pledge.html index af238547..15ba659b 100644 --- a/frontend/templates/registration/from_pledge.html +++ b/frontend/templates/registration/from_pledge.html @@ -55,7 +55,7 @@ function put_un_in_cookie(){
- +
diff --git a/frontend/templates/registration/registration_form.html b/frontend/templates/registration/registration_form.html index e8f5a9f1..634a64f6 100644 --- a/frontend/templates/registration/registration_form.html +++ b/frontend/templates/registration/registration_form.html @@ -20,7 +20,7 @@ function put_un_in_cookie(){
{{ form.email.label }}: {{ form.email.errors }}
{{ form.email }}
{{ form.password1.label }}: {{ form.password1.errors }}
{{ form.password1 }}
{{ form.password2.label }}: {{ form.password2.errors }}
{{ form.password2 }}
- +