diff --git a/lms/templates/lms_base.html b/lms/templates/lms_base.html
index 33fc770d..73728239 100644
--- a/lms/templates/lms_base.html
+++ b/lms/templates/lms_base.html
@@ -17,6 +17,6 @@
if (telemetry_boot_info && Object.keys(telemetry_boot_info).length)
Object.assign(frappe.boot, telemetry_boot_info)
- {{ include_script("telemetry.bundle.js") }}
{% endif %}
+ {{ include_script("telemetry.bundle.js") }}
{%- endblock -%}
\ No newline at end of file