app/soc/views/docs/edit.py
changeset 398 aa1e786a0b1d
parent 377 d94ec6f104cc
child 408 7cd6bdfbf95c
--- a/app/soc/views/docs/edit.py	Mon Oct 20 23:23:53 2008 +0000
+++ b/app/soc/views/docs/edit.py	Mon Oct 20 23:24:07 2008 +0000
@@ -275,7 +275,7 @@
       form = EditForm()
 
   context.update({'form': form,
-                  'existing_doc': doc})
+                  'entity': doc})
 
   return helper.responses.respond(request, template, context)