Closed johanvdw closed 2 years ago
g gunicorn[1243]: File "/var/opt/app/fosdem_volunteers/tool/volunteers/views.py", line 33, in <module> g gunicorn[1243]: from cgi import escape g gunicorn[1243]: ImportError: cannot import name 'escape' from 'cgi' (/usr/lib/python3.9/cgi.py)
we can probably replace it by from django.utils.html import escape
from django.utils.html import escape
Closed in e9822bc8800