Make sure users are logged in on the verified cert path

This commit is contained in:
Diana Huang
2013-08-30 13:58:36 -04:00
parent b5feb0748f
commit cd479caa78
2 changed files with 5 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ class ChooseModeView(View):
return render_to_response("course_modes/choose.html", context)
@method_decorator(login_required)
def post(self, request, course_id):
user = request.user