summaryrefslogtreecommitdiffstats
path: root/manas/templates/ideas.html
diff options
context:
space:
mode:
Diffstat (limited to 'manas/templates/ideas.html')
-rw-r--r--manas/templates/ideas.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manas/templates/ideas.html b/manas/templates/ideas.html
index 0c67a76..5e08e0b 100644
--- a/manas/templates/ideas.html
+++ b/manas/templates/ideas.html
@@ -11,7 +11,7 @@
<body>
<div py:for="idea in ideas" class="idea">
- ${tmpl_context.w.idea(idea)}
+ ${tmpl_context.idea(idea)}
</div>
</body>
</html>