Commit 22da3f1d authored by Aurel's avatar Aurel

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14696 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eec88b7b
...@@ -70,7 +70,7 @@ from Products.DCWorkflow.DCWorkflow import ValidationFailed\n ...@@ -70,7 +70,7 @@ from Products.DCWorkflow.DCWorkflow import ValidationFailed\n
from Products.ERP5Type.Message import Message\n from Products.ERP5Type.Message import Message\n
\n \n
site_list = context.Baobab_getUserAssignedSiteList()\n site_list = context.Baobab_getUserAssignedSiteList()\n
if site in site_list:\n for site in site_list:\n
if site in vault:\n if site in vault:\n
return\n return\n
\n \n
...@@ -132,6 +132,7 @@ raise ValidationFailed, (msg,)\n ...@@ -132,6 +132,7 @@ raise ValidationFailed, (msg,)\n
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>site_list</string> <string>site_list</string>
<string>_getiter_</string>
<string>site</string> <string>site</string>
<string>msg</string> <string>msg</string>
</tuple> </tuple>
......
257 259
\ No newline at end of file \ No newline at end of file
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