diff -r 44abd20296ce -r 52e206a6a417 app/soc/views/site/docs/edit.py --- a/app/soc/views/site/docs/edit.py Sat Oct 04 07:22:43 2008 +0000 +++ b/app/soc/views/site/docs/edit.py Sun Oct 05 13:27:49 2008 +0000 @@ -278,6 +278,6 @@ # no link name specified, so start with an empty form form = CreateForm() - context.update({'form': form}) + context['form'] = form return helper.responses.respond(request, template, context)