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 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) (limited to 'app/templates/auth/signin.html') 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 -- cgit v1.2.3