From f3d4604b7f534870e5b79cb922d908058f44e936 Mon Sep 17 00:00:00 2001 From: James Vasile Date: Thu, 7 Feb 2013 23:27:38 -0500 Subject: [PATCH] use my repo --- plinth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))))