# HG changeset patch # User Nishanth Amuluru # Date 1294253273 -19800 # Node ID eeef395a4e02eb3d6e60a52eba365d9e92241a51 # Parent a3de0d3c60a35d8c53fe625bc249fc073389e533 corrected a typo diff -r a3de0d3c60a3 -r eeef395a4e02 taskapp/views/task.py --- a/taskapp/views/task.py Thu Jan 06 00:15:17 2011 +0530 +++ b/taskapp/views/task.py Thu Jan 06 00:17:53 2011 +0530 @@ -68,7 +68,7 @@ pass else: form = WorkReportForm() - context.update("form":form) + context.update({"form":form}) return render_to_response('task/report.html', context)