Commit 1befa20b by Piotr Mitros

Last commit tested and debugged

--HG--
branch : pmitros-mod-template
parent 0d9a24e4
......@@ -26,4 +26,4 @@ class Module(XModule):
filename = xmltree.tag
params = dict(xmltree.items())
# print params
self.html = render_to_string('custom_tags/'+filename, params, namespace = 'custom_tags')
self.html = render_to_string(filename, params, namespace = 'custom_tags')
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