{% extends "account/base.html" %} {% load widget_tweaks %} {% load account socialaccount %} {% block head_title %} Sign in {% endblock %} {% block whitebox %}
Sign in with a third party
{% include "socialaccount/snippets/provider_list.html" with process="login" %} {% endif %} {% include "socialaccount/snippets/login_extra.html" %} {% endblock %}