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)