traceback = cherrypy.request.prev.params["traceback"]
d = dict(op = op, user=username, fields=cherrypy.request.prev.params,
errorMessage=str(err), stderr=emsg, traceback=traceback)
- error_raw = cherrypy.tools.mako.callable.get_lookup(**cherrypy.tools.mako._merged_args()).get_template("/error_raw.mako")
+ error_raw = cherrypy.request.lookup.get_template("/error_raw.mako")
details = error_raw.render(**d)
exclude = config.web.errormail_exclude
if username not in exclude and '*' not in exclude:
<p>Uh-oh! We experienced an error. Sorry about that. We've gotten
mail about it.</p>
-<p>Feel free to poke us at <tt>xvm@mit.edu</tt> if this bug is
+<p>Feel free to poke us at <tt>${config.contact}</tt> if this bug is
consistently biting you and we don't seem to be fixing it.</p>
<p>In case you're curious, the gory details are below.</p>