add config editor elements to ihr web

workspace
Brendan Howell 4 years ago
parent 7a441080c5
commit 8cfd7b94ae

@ -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):

Loading…
Cancel
Save