Commit ac0e65ab by Renzo Lucioni

Update CHANGELOG

parent e7e03f10
...@@ -5,6 +5,8 @@ These are notable changes in edx-platform. This is a rolling list of changes, ...@@ -5,6 +5,8 @@ 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 in roughly chronological order, most recent first. Add your entries at or near
the top. Include a label indicating the component affected. the top. Include a label indicating the component affected.
LMS: Add split testing functionality for internal use.
LMS: Improved accessibility of parts of forum navigation sidebar. LMS: Improved accessibility of parts of forum navigation sidebar.
LMS: enhanced accessibility labeling and aria support for the discussion forum new post dropdown as well as response and comment area labeling. LMS: enhanced accessibility labeling and aria support for the discussion forum new post dropdown as well as response and comment area labeling.
......
...@@ -167,9 +167,9 @@ ...@@ -167,9 +167,9 @@
<article class="course ${enrollment.mode}"> <article class="course ${enrollment.mode}">
<% <%
if waffle.flag_is_active(request, 'merge_course_tabs'): if waffle.flag_is_active(request, 'merge_course_tabs'):
course_target = reverse('courseware', args=[course.id]) course_target = reverse('courseware', args=[course.id])
else: else:
course_target = reverse('info', args=[course.id]) course_target = reverse('info', args=[course.id])
%> %>
% if course.id in show_courseware_links_for: % if course.id in show_courseware_links_for:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment