diff --git a/startup/event_handlers.py b/startup/event_handlers.py index 71eed7481cc..fa08962fc2e 100644 --- a/startup/event_handlers.py +++ b/startup/event_handlers.py @@ -67,6 +67,9 @@ def check_if_expired(): def on_build(): from website.helpers.make_web_include_files import make make() + + from home.page.latest_updates import latest_updates + latest_updates.make() def comment_added(doc): """add comment to feed"""