Commit 0c636804 by Chris Committed by GitHub

Merge pull request #13341 from edx/clrux/word-cloud-variable-cleanup

Removing unused variable from recent word cloud updates
parents 783f9b69 be470adb
......@@ -242,7 +242,6 @@ class WordCloudModule(WordCloudFields, XModule):
context = {
'ajax_url': self.system.ajax_url,
'display_name': self.display_name,
'display_name_default': WordCloudFields.display_name.default,
'instructions': self.instructions,
'element_class': self.location.category,
'element_id': self.location.html_id(),
......
......@@ -246,7 +246,6 @@ class TestWordCloud(BaseTestXmodule):
expected_context = {
'ajax_url': self.item_descriptor.xmodule_runtime.ajax_url,
'display_name': self.item_descriptor.display_name,
'display_name_default': 'Word cloud',
'instructions': self.item_descriptor.instructions,
'element_class': self.item_descriptor.location.category,
'element_id': self.item_descriptor.location.html_id(),
......
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