diff --git a/plinth.py b/plinth.py index fee89c65a..9f0f5e1c3 100755 --- a/plinth.py +++ b/plinth.py @@ -45,7 +45,7 @@ def error_page_500(status, message, traceback, version): cfg.log.error("500 Internal Server Error. Trackback is above.") more="""
This is an internal error and not something you caused or can fix. Please report the error on the bug tracker so + href="https://github.com/jvasile/Plinth/issues">bug tracker so we can fix it.
""" return error_page(status, message, "%s
%s" % (more, "\n".join(traceback.split("\n"))))