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