Skip to content
Snippets Groups Projects
Unverified Commit ac6fd8fa authored by Michael Terry's avatar Michael Terry Committed by GitHub
Browse files

Merge pull request #59 from edx/mikix/graded-icon

Show graded unit icon
parents 13ff3406 eefaf5be
No related branches found
No related tags found
No related merge requests found
......@@ -250,6 +250,7 @@ class LtiConsumerXBlock(StudioEditableXBlockMixin, XBlock):
"""
block_settings_key = 'lti_consumer'
icon_class = 'problem'
display_name = String(
display_name=_("Display Name"),
......
......@@ -25,7 +25,7 @@ def package_data(pkg, roots):
setup(
name='lti_consumer-xblock',
version='1.2.5',
version='1.2.6',
description='This XBlock implements the consumer side of the LTI specification.',
packages=[
'lti_consumer',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment