fixed comments
This commit is contained in:
@@ -31,7 +31,7 @@ class BlockListGetForm(Form):
|
||||
student_view_data = MultiValueField(required=False)
|
||||
usage_key = CharField(required=True)
|
||||
username = CharField(required=False)
|
||||
block_type_filter = MultiValueField(required=False)
|
||||
block_types_filter = MultiValueField(required=False)
|
||||
|
||||
def clean_depth(self):
|
||||
"""
|
||||
@@ -89,7 +89,7 @@ class BlockListGetForm(Form):
|
||||
'student_view_data',
|
||||
'block_counts',
|
||||
'nav_depth',
|
||||
'block_type_filter',
|
||||
'block_types_filter',
|
||||
]
|
||||
for additional_field in additional_requested_fields:
|
||||
field_value = cleaned_data.get(additional_field)
|
||||
|
||||
Reference in New Issue
Block a user