diff --git a/static/js/settings_bots.js b/static/js/settings_bots.js index c981557cd8..a255657136 100644 --- a/static/js/settings_bots.js +++ b/static/js/settings_bots.js @@ -2,7 +2,7 @@ import ClipboardJS from "clipboard"; import $ from "jquery"; import _ from "lodash"; -import render_bot_avatar_row from "../templates/bot_avatar_row.hbs"; +import render_bot_avatar_row from "../templates/settings/bot_avatar_row.hbs"; import render_edit_bot from "../templates/edit_bot.hbs"; import render_settings_edit_embedded_bot_service from "../templates/settings/edit_embedded_bot_service.hbs"; import render_settings_edit_outgoing_webhook_service from "../templates/settings/edit_outgoing_webhook_service.hbs"; diff --git a/static/templates/bot_avatar_row.hbs b/static/templates/settings/bot_avatar_row.hbs similarity index 100% rename from static/templates/bot_avatar_row.hbs rename to static/templates/settings/bot_avatar_row.hbs