59
75
(req.username, util.make_path('logout')))
63
81
# If the "debuginfo" app is installed, display a warning to the admin to
64
82
# make sure it is removed in production.
65
83
if "debuginfo" in conf.apps.app_url:
71
88
def write_html_foot(req):
72
89
"""Writes the HTML footer, given a request object.