|
|
@ -60,7 +60,7 @@ class IhrApp(Bottle):
|
|
|
|
pass
|
|
|
|
pass
|
|
|
|
#parse and show the config as a form
|
|
|
|
#parse and show the config as a form
|
|
|
|
with open(cfgfile) as cfg:
|
|
|
|
with open(cfgfile) as cfg:
|
|
|
|
cfgdata += cfg.read()
|
|
|
|
cfgdata = cfg.read()
|
|
|
|
return template.render_unicode(bureau=bureau, cfgfile=cfgfile, mode=mode, cfgdata=cfgdata)
|
|
|
|
return template.render_unicode(bureau=bureau, cfgfile=cfgfile, mode=mode, cfgdata=cfgdata)
|
|
|
|
|
|
|
|
|
|
|
|
def register_bureau(self, bureau):
|
|
|
|
def register_bureau(self, bureau):
|
|
|
|