diff --git a/changelog.d/20250430_201825_muhammad.labeeb_add_logs_logic_on_all_pages.md b/changelog.d/20250430_201825_muhammad.labeeb_add_logs_logic_on_all_pages.md
new file mode 100644
index 0000000..ad90905
--- /dev/null
+++ b/changelog.d/20250430_201825_muhammad.labeeb_add_logs_logic_on_all_pages.md
@@ -0,0 +1 @@
+ - [Bugfix] Add logs script to all pages so each page can handle completion of a command itself and not delegate it to a page with logs script. (by @mlabeeb03)
\ No newline at end of file
diff --git a/tutordeck/server/templates/advanced.html b/tutordeck/server/templates/advanced.html
index 5f88262..78e6b1b 100644
--- a/tutordeck/server/templates/advanced.html
+++ b/tutordeck/server/templates/advanced.html
@@ -91,7 +91,5 @@ Search for any tutor command and execute it with a single click.
}, 200);
});
-
-
{% endblock %}
diff --git a/tutordeck/server/templates/index.html b/tutordeck/server/templates/index.html
index 892a7e0..ac1efb0 100644
--- a/tutordeck/server/templates/index.html
+++ b/tutordeck/server/templates/index.html
@@ -117,6 +117,7 @@
}
{% block scripts %}{% endblock %}
+