1 {% extends "2022/base_simple.html" %}
6 {% trans 'Sign In' as title %}
11 {% block sbreadcrumbs %}
15 {% block stitle %}Zaloguj się{% endblock %}
23 <button>Dalej</button>
25 <a href="{% url 'account_reset_password' %}">{% trans "Forgot Password?" %}</a>
28 <a href="{% url 'register' %}?next={{ request.GET.next }}">Nie masz jeszcze konta?</a>
31 <h3>{% trans "Sign in using:" %}</h3>
33 <ul class="socialaccount_providers">
34 {% include "socialaccount/snippets/provider_list.html" %}
37 {% include "socialaccount/snippets/login_extra.html" %}