{% extends "account/base.html" %} {% load account %} {% load crispy_forms_tags %} {% block head_title %} - Sign In{% endblock %} {% block content %}

Log In

{% if socialaccount.providers %}

Please sign in with one of your existing third party accounts. Or, sign up for a {{ site_name }} account and sign in below:

    {% include "socialaccount/snippets/provider_list.html" with process="login" %}
{% include "socialaccount/snippets/login_extra.html" %} {% endif %}
{% endblock %}