chakrachipz-server

{% load socialaccount %}

Google Login

Login With Google

{% extends 'base.html' %} {% block content %}

{% load socialaccount %}

{% if user.is_authenticated %}

Welcome, {{ user.username }}

{% else %}
Please sign in
Email address
Password

Remember me

Sign in Sign in with Google

© 2017-2024

{% endif %} {% endblock %}