Commit c87239b0 authored by Deokhyun Lee's avatar Deokhyun Lee

comments and format for views have been fixed

parent 7a25e9f9
......@@ -40,7 +40,7 @@ class AssignmentEditView(UpdateView):
# This will get the object, and this object is used to tell Django
# that we are updating.
def get_object(self, queryset=None):
def get_object(self, queryset = None):
pk = self.kwargs.get('pk')
return Assignment.objects.get(pk=pk)
......
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