openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #20237
Re: [Merge] lp:~trb143/openlp/cherrypy into lp:openlp
Review: Needs Information
797 + def _http_not_found(self):
798 + """
799 + Set the HTTP not found return code.
800 + """
801 + cherrypy.response.status = 404
802 + cherrypy.response.body = ["<html><body>Sorry, an error occurred </body></html>"]
Is this page ever shown? If so, the body should be translatable.
--
https://code.launchpad.net/~trb143/openlp/cherrypy/+merge/156248
Your team OpenLP Core is subscribed to branch lp:openlp.
References