From d656c5601e9bf01e9d8c8fe43c867ec4044d9e69 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sat, 5 Jun 2021 17:34:08 +0530 Subject: added sign in with google --- app/templates/auth/signin.html | 58 +++++++++++++++++++++++++++++++++++++++++- app/templates/auth/signup.html | 57 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 114 insertions(+), 1 deletion(-) (limited to 'app/templates') diff --git a/app/templates/auth/signin.html b/app/templates/auth/signin.html index eecff34..f35cbb6 100644 --- a/app/templates/auth/signin.html +++ b/app/templates/auth/signin.html @@ -21,8 +21,64 @@ {{ render_field(form.password) }}
- +
+

-OR-

+ + + {% endblock %} \ No newline at end of file diff --git a/app/templates/auth/signup.html b/app/templates/auth/signup.html index e0cae82..dbe9ca6 100644 --- a/app/templates/auth/signup.html +++ b/app/templates/auth/signup.html @@ -34,5 +34,62 @@ +

-OR-

+ + + + {% endblock %} \ No newline at end of file -- cgit v1.2.3