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 <h3>{% trans "Sign in using:" %}</h3>
30 <ul class="socialaccount_providers">
31 {% include "socialaccount/snippets/provider_list.html" %}
34 {% include "socialaccount/snippets/login_extra.html" %}