Fix Python 3.13 compatibility issue with Jinja2 template caching
- Removed redundant 'session' parameter from all template responses - request.session is already accessible in templates via request object - Fixes TypeError: unhashable type: 'dict' in Jinja2 cache with Python 3.13
Showing
Please
register
or
sign in
to comment