adds mako_template string to desctiptor for studio integration

This commit is contained in:
Alexander Kryklia
2013-04-30 11:54:28 +03:00
committed by Vasyl Nakvasiuk
parent bdc62e7d2e
commit 36d2dd632d

View File

@@ -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"