From 55a524ddc39329b538bff78d13a5e723f17e8f43 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Jan 09 2018 11:44:39 +0000 Subject: make halp only show on team and stream --- diff --git a/hubs/widgets/halp/__init__.py b/hubs/widgets/halp/__init__.py index 522578c..f48926e 100644 --- a/hubs/widgets/halp/__init__.py +++ b/hubs/widgets/halp/__init__.py @@ -40,6 +40,7 @@ class Halp(Widget): cached_functions_module = ".functions" is_react = True is_large = True + hub_types = ['team', 'stream'] def get_template_environment(self): env = super(Halp, self).get_template_environment()