Learn more about these different git repos.
Other Git URLs
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 56e7655 fixes this issue
Metadata Update from @wombelix: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.