]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/web/__init__.py
people: List ongoing conferences
[ipfire.org.git] / src / web / __init__.py
index 7072108c19173ff5bf24dfaaa5573789b3630dad..20c3f2ced712c9026cc480f745d2512c62c348bf 100644 (file)
@@ -255,6 +255,7 @@ class Application(tornado.web.Application):
                # people.ipfire.org
                self.add_handlers(r"people(\.dev)?\.ipfire\.org", [
                        (r"/", people.IndexHandler),
+                       (r"/conferences", people.ConferencesHandler),
                        (r"/search", people.SearchHandler),
                        (r"/users", people.UsersHandler),
                        (r"/users/(\w+)", people.UserHandler),