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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

12 rivejä
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 %}