{% extends "account/base.html" %} {% load account %} {% load crispy_forms_tags %} {% block head_title %} - Sign In{% endblock %} {% block content %}
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/login_extra.html" %} {% endif %}