Commit 56e0c6ba by Greg Price

Merge pull request #1323 from edx/gprice/for-155

Require login for followed_threads
parents c1cbeaec a63d6a70
......@@ -371,6 +371,7 @@ def user_profile(request, course_id, user_id):
raise Http404
@login_required
def followed_threads(request, course_id, user_id):
course = get_course_with_access(request.user, course_id, 'load_forum')
try:
......
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