diff --git a/lms/templates/courses.html b/lms/templates/courses.html
index d7302565d9..78154974c8 100644
--- a/lms/templates/courses.html
+++ b/lms/templates/courses.html
@@ -2,6 +2,8 @@
<%namespace name='static' file='static_content.html'/>
+<%block name="title">
Courses%block>
+
diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html
index 9bf46781c9..9a1784ba8d 100644
--- a/lms/templates/dashboard.html
+++ b/lms/templates/dashboard.html
@@ -6,6 +6,8 @@
<%namespace name='static' file='static_content.html'/>
+<%block name="title">
Dashboard%block>
+