{% extends 'base.html' %} {% block navbar %}{% endblock %} {% block styles %} {{ super() }} {% endblock %} {% block content %}
SESSION_COOKIE_SECURE is on. Either configure
TLS (directly or via a reverse proxy with
TRUSTED_PROXIES set), or — if you intentionally
want to keep running on HTTP — add
REQUIRE_HTTPS = False to
local_config.py and restart the service.