File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
accounts/templates/accounts Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 11{% extends 'base.html' %}
2+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css ">
23
34{% block content %}
45 < div class ="vh-100 d-flex justify-content-center align-items-center p-5 " id ="login-content ">
56 < div class ="col-md-5 p-5 shadow-sm border rounded-5 border-primary bg-white ">
67
7- < a href ="{% url 'social:begin' 'google-oauth2' %} "> Login with Google</ a >
8-
8+ < div class ="social-login ">
9+ < a href ="{% url 'social:begin' 'google-oauth2' %} " class ="social-login-link " data-tooltip ="Login with Google ">
10+ Login with < i class ="fab fa-google social-login-icon "> </ i > oogle
11+ </ a >
12+ < a href ="{% url 'social:begin' 'linkedin-oauth2' %} " class ="social-login-link " data-tooltip ="Login with LinkedIn ">
13+ Login with Linked< i class ="fab fa-linkedin-in social-login-icon "> </ i >
14+ </ a >
15+ </ div >
916 < h2 class ="text-center mb-4 text-primary "> Login</ h2 >
1017 {% if messages %}
1118 < div class ="messages ">
You can’t perform that action at this time.
0 commit comments