diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fe9218379d..8290e1104b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,7 +5,7 @@ These are notable changes in edx-platform. This is a rolling list of changes, in roughly chronological order, most recent first. Add your entries at or near the top. Include a label indicating the component affected. -LMS: Improved accessibility of forum navigation sort buttons +LMS: Improved accessibility of parts of forum navigation sidebar LMS: enhanced shib support, including detection of linked shib account at login page and support for the ?next= GET parameter. diff --git a/lms/templates/discussion/_thread_list_template.html b/lms/templates/discussion/_thread_list_template.html index 0ef67735b1..16fb46bea8 100644 --- a/lms/templates/discussion/_thread_list_template.html +++ b/lms/templates/discussion/_thread_list_template.html @@ -12,7 +12,11 @@ ${_("Discussion Topics")} - ${_("Show All Discussions")} ▾ + + ${_("Discussion topics; current selection is: ")} + ${_("Show All Discussions")} + + <%include file="_filter_dropdown.html" />