Commit 9ab2f591 by Piotr Mitros

Removed debug print code for merge

--HG--
branch : pmitros-mod-template
parent 44e124c4
......@@ -25,5 +25,5 @@ class Module(XModule):
xmltree = etree.fromstring(xml)
filename = xmltree.tag
params = dict(xmltree.items())
print params
# print params
self.html = render_to_string('custom_tags/'+filename, params)
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