diff --git a/app/templates/base.html b/app/templates/base.html index f851927..b850174 100755 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -80,7 +80,7 @@ }); function applyTheme() { - const savedTheme = localStorage.getItem('theme') || 'dark'; + const savedTheme = localStorage.getItem('theme') || 'light'; setTheme(savedTheme); } diff --git a/app/templates/course_management.html b/app/templates/course_management.html index f21ba90..c12a6d6 100644 --- a/app/templates/course_management.html +++ b/app/templates/course_management.html @@ -19,7 +19,7 @@

All Courses

Course Name Modify Delete - AllDayTA + Test TA Rename @@ -28,10 +28,17 @@

All Courses

{{ course }} - + + + + + - + + + + @@ -45,7 +52,36 @@

All Courses

-
+ + + + + + + + + + + + + + +