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