From 6296e2dc19f57f2aead7f37b428063517c2d2cb7 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 16 Sep 2013 15:30:22 -0400 Subject: [PATCH] Fix a bug in links on forum user profile pages Previously, if a course id contained a '-' character, links from that page to threads would lead to 404s. --- CHANGELOG.rst | 3 +++ lms/templates/discussion/user_profile.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0ee8e6175a..94811f4e34 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,9 @@ 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: Fixed a bug that caused links from forum user profile pages to +threads to lead to 404s if the course id contained a '-' character. + Common: Added configurable backends for tracking events. Tracking events using the python logging module is the default backend. Support for MongoDB and a Django database is also available. diff --git a/lms/templates/discussion/user_profile.html b/lms/templates/discussion/user_profile.html index dbfa79d4e7..96e6fc20b9 100644 --- a/lms/templates/discussion/user_profile.html +++ b/lms/templates/discussion/user_profile.html @@ -30,7 +30,7 @@ -
+

${_("Active Threads")}