From ac0e65ab2a6144df6ea8ded052ecc98929dfc15e Mon Sep 17 00:00:00 2001
From: Renzo Lucioni <renzolucioni@gmail.com>
Date: Wed, 25 Sep 2013 00:25:09 -0400
Subject: [PATCH] Update CHANGELOG

---
 CHANGELOG.rst                | 2 ++
 lms/templates/dashboard.html | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 65ed2519be9..9a12d0ff0aa 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -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
 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: enhanced accessibility labeling and aria support for the discussion forum new post dropdown as well as response and comment area labeling.
diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html
index 679e59ca703..a0add2ef007 100644
--- a/lms/templates/dashboard.html
+++ b/lms/templates/dashboard.html
@@ -167,9 +167,9 @@
           <article class="course ${enrollment.mode}">
             <%
               if waffle.flag_is_active(request, 'merge_course_tabs'):
-                course_target = reverse('courseware', args=[course.id])
+                  course_target = reverse('courseware', args=[course.id])
               else:
-                course_target = reverse('info', args=[course.id])
+                  course_target = reverse('info', args=[course.id])
             %>
 
             % if course.id in show_courseware_links_for:
-- 
GitLab