Update login.html

This commit is contained in:
arakich 2020-08-15 11:35:20 -04:00
parent 2129f28909
commit c2b1ed5c5d

View File

@ -22,7 +22,7 @@
</div> </div>
</div> </div>
<a href="{% url 'social:begin' 'google-oauth2' %}">Login with Google</a> <a href="{% url 'social:begin' 'google-oauth2' %}">Login with Google</a><br>
<a href="{% url 'social:begin' 'github' %}">Login with GitHub</a><br> <a href="{% url 'social:begin' 'github' %}">Login with GitHub</a><br>
<a href="{% url 'social:begin' 'facebook' %}">Login with Facebook</a> <a href="{% url 'social:begin' 'facebook' %}">Login with Facebook</a>
{% endblock content %} {% endblock content %}