Removed old todo comment.

This commit is contained in:
Bridger Maxwell
2012-07-20 14:33:30 -04:00
parent 7d8ded7bf3
commit 96b41e93d1

View File

@@ -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,
}