diff --git a/sounds/models.py b/sounds/models.py index 2fe97e60d..072acaee9 100644 --- a/sounds/models.py +++ b/sounds/models.py @@ -1364,7 +1364,7 @@ def invalidate_template_caches(self): for is_explicit in [True, False]: invalidate_template_cache("display_sound", self.id, is_authenticated, is_explicit) - for player_size in ['small', 'middle', 'big_no_info', 'small_no_info', 'minimal']: + for player_size in ['small', 'middle', 'big_no_info', 'small_no_info', 'minimal', 'moderation']: for is_authenticated in [True, False]: invalidate_template_cache("bw_display_sound", self.id, player_size, is_authenticated)