From abc92385da046d896e9b1b94d72ef29eca70527e Mon Sep 17 00:00:00 2001 From: James Vasile Date: Wed, 9 Mar 2011 13:46:13 -0500 Subject: added link to bug tracker --- plinth.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plinth.py') diff --git a/plinth.py b/plinth.py index 2a4c089..6b66e43 100755 --- a/plinth.py +++ b/plinth.py @@ -23,8 +23,10 @@ def error_page_404(status, message, traceback, version): 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. You are welcome to report it. - TODO: add link to bug tracker.

""" + more="""

This is an internal error and not something you caused + or can fix. Please report the error on the bug tracker so + we can fix it.

""" return error_page(status, message, "

%s

%s
" % (more, "\n".join(traceback.split("\n")))) class Root(plugin_mount.PagePlugin): -- cgit v1.2.3