From 96b41e93d118cdc095e1c249dc62b56e9cc822f9 Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Fri, 20 Jul 2012 14:33:30 -0400 Subject: [PATCH] Removed old todo comment. --- common/djangoapps/student/views.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/djangoapps/student/views.py b/common/djangoapps/student/views.py index 7d521931a2..9d2ea93049 100644 --- a/common/djangoapps/student/views.py +++ b/common/djangoapps/student/views.py @@ -254,8 +254,7 @@ def create_account(request, post_override=None): int(post_vars['date_of_birth__day'])) up.save() - - # TODO (vshnayder): the LMS should probably allow signups without a particular course too + d = {'name': post_vars['name'], 'key': r.activation_key, }