-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Download and upload handout file on MongoDB #20
Conversation
default='', | ||
scope=Scope.content, | ||
display_name='Upload handout', | ||
help='You can upload handout file for students' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add i18n
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -209,3 +245,19 @@ def get_player(self): | |||
""" | |||
player = BaseVideoPlayer.load_class(self.player_name) | |||
return player() | |||
|
|||
def _make_field_info(self, field_name, field): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add docstring
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
don't forget to squash before merge |
fba92ec
to
b47497e
Compare
No description provided.