summaryrefslogtreecommitdiffstats
path: root/manas/templates/new.html
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-07-07 13:26:14 -0400
committerLuke Macken <lmacken@redhat.com>2008-07-07 13:26:14 -0400
commit094de0d1311e00fc5414d74442a67fd979760ec1 (patch)
tree95c5cab15c7ce41952b4e2bded157e45bf46a334 /manas/templates/new.html
parent853537067d6f9a4e87d16aa5a494a2a9c17ccfd7 (diff)
downloadmanas-094de0d1311e00fc5414d74442a67fd979760ec1.tar.gz
manas-094de0d1311e00fc5414d74442a67fd979760ec1.tar.xz
manas-094de0d1311e00fc5414d74442a67fd979760ec1.zip
The WidgetBunch on our tmpl_context is now unnecessary
Diffstat (limited to 'manas/templates/new.html')
-rw-r--r--manas/templates/new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/manas/templates/new.html b/manas/templates/new.html
index 86f19e5..644a2a3 100644
--- a/manas/templates/new.html
+++ b/manas/templates/new.html
@@ -14,7 +14,7 @@
<div id="error" class="notice fielderror" style="display: none">You must fill in all fields.</div>
<h2 class="notice">Got an idea?</h2>
<br/>
- ${tmpl_context.w.new_idea_form()}
+ ${tmpl_context.new_idea_form()}
</div>
</center>
</body>