diff --git a/static/js/stream_create.js b/static/js/stream_create.js index 59fb6e378e..6d9d5beff0 100644 --- a/static/js/stream_create.js +++ b/static/js/stream_create.js @@ -3,7 +3,7 @@ import $ from "jquery"; import render_announce_stream_docs from "../templates/announce_stream_docs.hbs"; import render_subscription_invites_warning_modal from "../templates/confirm_dialog/confirm_subscription_invites_warning.hbs"; import render_new_stream_user from "../templates/new_stream_user.hbs"; -import render_new_stream_users from "../templates/new_stream_users.hbs"; +import render_new_stream_users from "../templates/stream_settings/new_stream_users.hbs"; import * as channel from "./channel"; import * as confirm_dialog from "./confirm_dialog"; diff --git a/static/templates/new_stream_users.hbs b/static/templates/stream_settings/new_stream_users.hbs similarity index 100% rename from static/templates/new_stream_users.hbs rename to static/templates/stream_settings/new_stream_users.hbs