diff --git a/static/templates/stream_privacy.handlebars b/static/templates/stream_privacy.handlebars index e30ee89b0f..f344b1eb0b 100644 --- a/static/templates/stream_privacy.handlebars +++ b/static/templates/stream_privacy.handlebars @@ -1,4 +1,4 @@ {{! This controls whether the swatchnext to streams in the left sidebar has a lock icon. }} {{#if invite_only}} - + {{/if}} diff --git a/tools/check-templates b/tools/check-templates index e16c37e6c3..72070d1d8e 100755 --- a/tools/check-templates +++ b/tools/check-templates @@ -218,7 +218,6 @@ def check_handlebar_templates(templates): 'static/templates/actions_popover_content.handlebars', 'static/templates/admin_user_list.handlebars', 'static/templates/bot_avatar_row.handlebars', - 'static/templates/stream_privacy.handlebars', 'static/templates/user_sidebar_actions.handlebars', 'static/templates/settings/account-settings.handlebars', 'static/templates/settings/auth-methods-settings-admin.handlebars',