summaryrefslogtreecommitdiffstats
path: root/manas/templates/idea.html
diff options
context:
space:
mode:
Diffstat (limited to 'manas/templates/idea.html')
-rw-r--r--manas/templates/idea.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/manas/templates/idea.html b/manas/templates/idea.html
index 5bd17b5..1107e06 100644
--- a/manas/templates/idea.html
+++ b/manas/templates/idea.html
@@ -8,10 +8,10 @@
<body>
<div id="output" style="display: none"/>
<center>
- ${tmpl_context.w.idea(idea=idea)}
+ ${tmpl_context.idea(idea=idea)}
<div class="comment_form">
<h2>Add a comment</h2>
- ${tmpl_context.w.comment_form(show_labels=False)}
+ ${tmpl_context.comment_form(show_labels=False)}
</div>
</center>
</body>