- eduNEXT is a company that provides online learning technologies powered by the Open edX® platform. These technologies enable the authoring, publication, and operation of online courses to a wide audience, communication, and collaboration tools for learners and instructors, and management tools for administrators.
+ Edunext is a company that provides online learning technologies powered by the Open edX® platform. These technologies enable the authoring, publication, and operation of online courses to a wide audience, communication, and collaboration tools for learners and instructors, and management tools for administrators.
- edX and Open edX are registered trademarks of edX inc. The Open edX platform is available to the world as open-source through the GNU Affero license. eduNEXT is not endorsed, sponsored, or directly affiliated with edX inc,or Open edX.
+ edX and Open edX are registered trademarks of edX inc. The Open edX platform is available to the world as open-source through the GNU Affero license. edunext is not endorsed, sponsored, or directly affiliated with edX inc,or Open edX.
- Your use of this eduNEXT cloud subscription is bound by our terms of service , and privacy policy.
+ Your use of this edunext cloud subscription is bound by our terms of service , and privacy policy.
- Copyright © 2022 eduNEXT, All rights reserved.
+ Copyright © 2024 edunext, All rights reserved.
diff --git a/edx-platform/bragi/lms/templates/courseware/courses.html b/edx-platform/bragi/lms/templates/courseware/courses.html
index cc165107..f8cc0ea3 100644
--- a/edx-platform/bragi/lms/templates/courseware/courses.html
+++ b/edx-platform/bragi/lms/templates/courseware/courses.html
@@ -61,7 +61,8 @@
${course_discovery_meanings | n, dump_js_escaped_json},
getParameterByName('search_query'),
"${user_language | n, js_escaped_string}",
- "${user_timezone | n, js_escaped_string}"
+ "${user_timezone | n, js_escaped_string}",
+ ${set_default_filter | n, dump_js_escaped_json}
);
%static:require_module>
%block>
diff --git a/edx-platform/bragi/lms/templates/main.html b/edx-platform/bragi/lms/templates/main.html
index 674f365c..3383d3e6 100644
--- a/edx-platform/bragi/lms/templates/main.html
+++ b/edx-platform/bragi/lms/templates/main.html
@@ -80,6 +80,12 @@
% endif
+
+ % if settings.DEBUG:
+ ## Provides a fallback for gettext functions in development environment
+
+ % endif
+
<% favicon_url = branding_api.get_favicon_url() %>
- eduNEXT is a company that provides online learning technologies powered by
+ Edunext is a company that provides online learning technologies powered by
the Open edX® platform. These technologies enable the authoring,
publication, and operation of online courses to a wide
audience, communication, and collaboration tools for learners
@@ -44,12 +44,12 @@