diff --git a/plinth.py b/plinth.py index 5e728e85f..c112636e8 100755 --- a/plinth.py +++ b/plinth.py @@ -59,9 +59,11 @@ def error_page(status, dynamic_msg, stock_msg): return page_template(template="err", title=status, main="

%s

%s" % (dynamic_msg, stock_msg)) def error_page_404(status, message, traceback, version): - return error_page(status, message, """

If you believe this missing page should exist, please file a - bug with either the Plinth project or the people responsible for - the module you are trying to access.

+ return error_page(status, message, """

If you believe this + missing page should exist, please file a bug with either the Plinth + project (it has + an issue tracker) or the people responsible for the module you + are trying to access.

Sorry for the mistake.

""")