From 7606810c30142e921113682594449b074b938698 Mon Sep 17 00:00:00 2001 From: puntxo Date: Fri, 22 Nov 2013 10:10:06 +0100 Subject: [PATCH] Update course_navigation.html The tab names are not being translated --- lms/templates/courseware/course_navigation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/courseware/course_navigation.html b/lms/templates/courseware/course_navigation.html index 8cd5368ad0..0be247ed89 100644 --- a/lms/templates/courseware/course_navigation.html +++ b/lms/templates/courseware/course_navigation.html @@ -25,7 +25,7 @@ def url_class(is_active):
  • % endif - ${tab.name | h} + ${_(tab.name) | h} % if tab.is_active == True: , current location %endif