Skip to content

Commit 4e8ae88

Browse files
Update login.html
1 parent a55e90e commit 4e8ae88

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

accounts/templates/accounts/login.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
{% block content %}
44
<div class="vh-100 d-flex justify-content-center align-items-center p-5" id="login-content">
55
<div class="col-md-5 p-5 shadow-sm border rounded-5 border-primary bg-white">
6+
7+
<a href="{% url 'social:begin' 'google-oauth2' %}">Login with Google</a>
8+
69
<h2 class="text-center mb-4 text-primary">Login</h2>
710
{% if messages %}
811
<div class="messages">
@@ -38,4 +41,4 @@ <h2 class="text-center mb-4 text-primary">Login</h2>
3841
</div>
3942
</div>
4043
</div>
41-
{% endblock %}
44+
{% endblock %}

0 commit comments

Comments
 (0)