add config editor elements to ihr web

workspace
Brendan Howell 4 years ago
parent 51a2cc9a45
commit dc552b2042

@ -14,7 +14,6 @@ class IhrApp(Bottle):
self.route("/config/<bureau>", callback=self.bureau_config)
self.route("/config/<bureau>", callback=self.bureau_config, method="POST")
self.bureaus = []
self.tdir =
def index(self):
# return a list of active bureaus with links

Loading…
Cancel
Save