corrected a typo
authorNishanth Amuluru <nishanth@fossee.in>
Thu, 06 Jan 2011 00:17:53 +0530
changeset 222 eeef395a4e02
parent 221 a3de0d3c60a3
child 223 b592ed0b12b1
corrected a typo
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)