2ad7ddd Fix warning jinga2.escape DeprecationWarning

2 files Authored by Klaus Koder a month ago, Committed by wombelix a month ago,
    Fix warning jinga2.escape DeprecationWarning
    
    For example
    
    ./pagure/ui/filters.py:580: DeprecationWarning: 'jinja2.escape' is
    deprecated and will be removed in Jinja 3.1. Import 'markupsafe.escape'
    instead.
        output = escape(author.name)
    
    Signed-off-by: Dominik Wombacher <dominik@wombacher.cc>
    
        
file modified
+2 -2
file modified
+2 -2