From 355ebf04064a1220407ef762edfe9b5440ade27d Mon Sep 17 00:00:00 2001 From: Nishanth Amuluru Date: Thu, 6 Jan 2011 00:17:53 +0530 Subject: corrected a typo --- taskapp/views/task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taskapp/views') diff --git a/taskapp/views/task.py b/taskapp/views/task.py index b638fae..e0749ca 100644 --- a/taskapp/views/task.py +++ b/taskapp/views/task.py @@ -68,7 +68,7 @@ def upload_work(request, tid): pass else: form = WorkReportForm() - context.update("form":form) + context.update({"form":form}) return render_to_response('task/report.html', context) -- cgit