You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Deze repo is gearchiveerd. U kunt bestanden bekijken en het klonen, maar niet pushen of problemen/pull-requests openen.

12 regels
312 B

  1. <-- templates/login.html -->
  2. {% load socialaccount %}
  3. {% block content %}
  4. ...
  5. <button class="btn btn-outline-info">
  6. <a href="{% provider_login_url 'google'%}?next=/">
  7. <i class="fab fa-google"></i>
  8. Login with Google
  9. </a>
  10. </button>
  11. ...
  12. {% endblock content %}