{% extends "2022/base.html" %} {% load i18n %} {% block content %}

Zaloguj się

{% csrf_token %} {{ form }}
{% trans "Forgot Password?" %}
{% if USE_OPENID %}

{% trans "Sign in using:" %}

    {% include "socialaccount/snippets/provider_list.html" %}
{% include "socialaccount/snippets/login_extra.html" %} {% endif %}
{% endblock %}