From 36d2dd632d99f55e014914ea8d96f9c5d2193f55 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Tue, 30 Apr 2013 11:54:28 +0300 Subject: [PATCH] adds mako_template string to desctiptor for studio integration --- common/lib/xmodule/xmodule/word_cloud_module.py | 1 + 1 file changed, 1 insertion(+) diff --git a/common/lib/xmodule/xmodule/word_cloud_module.py b/common/lib/xmodule/xmodule/word_cloud_module.py index d4052d90d3..df43c7cf53 100644 --- a/common/lib/xmodule/xmodule/word_cloud_module.py +++ b/common/lib/xmodule/xmodule/word_cloud_module.py @@ -174,3 +174,4 @@ class WordCloudDescriptor(WordCloudFields, RawDescriptor): module_class = WordCloudModule template_dir_name = 'word_cloud' stores_state = True + mako_template = "widgets/raw-edit.html"