Twoje hasło uległo przeterminowaniu.
Proszę, zmień je używając poniższego formularza.
{% extends "bare.html" %} {% load static static cache just_single_quotes bpp_version crispy_forms_tags %} {% block extrahead %} {{ block.super }} {% load session_security_tags %} {% load l10n %} {% if request.user.is_authenticated %} {% include 'session_security/dialog.html' %} {% endif %} {% endblock %} {% block body %} {% load notifications %}
{# fix pycharm highlighting #} {% if request.user.is_authenticated %} {{ extraChannels|json_script:"extra-channels" }} {% else %} {# Użytkownik NIE jest autoryzowany -- wyrzuć mu za pomoca JScript (zeby wygladalo identycznie) #} {# listę statycznych komunikatów -- flash messages (tych co to pomiędzy requestami)... #} {% endif %}