You need to modify the html.py in Mezzanine.

Modify lib/python3.5/site-packages/mezzanine/utils/html.py

Before:

try:

except ImportError: # Python 2

After:

try:

except ImportError: # Python 2


CategoryMezzanine