## Script (Python) "content_edit_form"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=REQUEST, RESPONSE
##title=Normal edit form
##
topicmap = context.getTopicMap()
scope = topicmap.getTopicBySubjectIdentifier('http://psi.emnekart.no/ztm/ztmdefault/#normaleditscope')
method = getattr(context, 'topic_content_edit_form')
return method(context, {'scope':scope, 'REQUEST':REQUEST, 'RESPONSE':RESPONSE})
