]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/webapp/__init__.py
Add modules to place adverts.
[people/shoehn/ipfire.org.git] / www / webapp / __init__.py
index 141fedbc197630a4e160a38150be464ef8ec980a..f5c656d1b5f15845da62de69c4cd220957b2da9b 100644 (file)
@@ -28,6 +28,7 @@ class Application(tornado.web.Application):
                        login_url = "/login",
                        template_path = os.path.join(BASEDIR, "templates"),
                        ui_modules = {
+                               "Advertisement"  : AdvertisementModule,
                                "DonationBox"    : DonationBoxModule,
                                "DownloadButton" : DownloadButtonModule,
                                "Menu"           : MenuModule,