Commit 26fe0868 authored by Jim Fulton's avatar Jim Fulton

Fixed a permission requiremement expressed for an incorrect method

name.
parent 1ca928e7
# #
# $Id: ZReST.py,v 1.9 2003/11/04 17:27:16 chrism Exp $ # $Id: ZReST.py,v 1.10 2003/11/28 16:46:28 jim Exp $
# #
''' ReStructuredText Product for Zope ''' ReStructuredText Product for Zope
...@@ -91,7 +91,7 @@ class ZReST(Item, PropertyManager, Historical, Implicit, Persistent): ...@@ -91,7 +91,7 @@ class ZReST(Item, PropertyManager, Historical, Implicit, Persistent):
return self.source return self.source
# edit form, which is also the primary interface # edit form, which is also the primary interface
security.declareProtected('Edit ReStructuredText', 'manage_editForm') security.declareProtected('Edit ReStructuredText', 'manage_main')
manage_main = DTMLFile('dtml/manage_editForm', globals()) manage_main = DTMLFile('dtml/manage_editForm', globals())
# edit action # edit action
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment