diff --git a/screenless/bureau/ihr/ihrweb.py b/screenless/bureau/ihr/ihrweb.py index 85ace68..00cd785 100644 --- a/screenless/bureau/ihr/ihrweb.py +++ b/screenless/bureau/ihr/ihrweb.py @@ -17,6 +17,7 @@ class IhrApp(Bottle): self.route("/log/", callback=self.bureau_log) self.route('/static/', callback=self.static) self.bureaus = [] + self.views = {} mpath = inspect.getfile(self.__class__) self.tdir = os.path.dirname(mpath) @@ -29,10 +30,16 @@ class IhrApp(Bottle):

Web Manager