Skip to content
Snippets Groups Projects
Commit eefaf5be authored by Michael Terry's avatar Michael Terry
Browse files

Show graded unit icon

This shows the 'problem' icon for LTI units, rather than the default
'other' icon.

AA-75
parent 13ff3406
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