File "/opt/omero/omero/web-extensions/tagsearch/views.py", line 62, in index
return HttpResponseRedirect(reverse(viewname="load_template", args=['usertags']) + "?show=" + init['initially_select'][0])
NameError: global name 'HttpResponseRedirect' is not defined
We recently saw this error (30th September):
Seems import of HttpResponseRedirect is missing.