diff --git a/lms/templates/accordion.html b/lms/templates/accordion.html index d8ca925b79..7f67f784ad 100644 --- a/lms/templates/accordion.html +++ b/lms/templates/accordion.html @@ -8,7 +8,7 @@
${section['name']}
${section['format']} ${"due " + section['due'] if 'due' in section and section['due'] != '' else ''}
diff --git a/lms/templates/course_navigation.html b/lms/templates/course_navigation.html
index 4e8be9a801..2cffc36707 100644
--- a/lms/templates/course_navigation.html
+++ b/lms/templates/course_navigation.html
@@ -17,7 +17,7 @@ def url_class(url):