{% extends "auth_template.html" %} {% block auth_content %}

Because you login with a social account you currently do not have a password, one can be created here.

This will allow you to also login with your email address {{ user.email }}.

{% csrf_token %} {% include 'forms/form.html' with form=form %}
{% endblock %}