#5305 jinja2 "escape" no longer valid
Closed: Fixed by wombelix. Opened by zpagure.

This line "from jinja2 import escape" in pagure/ui/filters.py gives an error on a new Pagure installation. I've found that "escape" has been removed from the jinja2 module and should be replaced with "from markupsafe import escape". The markupsafe is a dependency of jinja2 so it should be already installed.


Commit 56e76556 fixes this issue

Metadata Update from @wombelix:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata
Related Pull Requests