Commit d3aba301 authored by Jérome Perrin's avatar Jérome Perrin

typo in getDefaultBusinessTemplateDownloadURL



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9478 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b9430243
......@@ -143,8 +143,8 @@ class TemplateTool (BaseTool):
return built_bts
security.declareProtected(Permissions.ManagePortal,
'getDefaultBusinessTemplateDownladURL')
def getDefaultBusinessTemplateDownladURL(self):
'getDefaultBusinessTemplateDownloadURL')
def getDefaultBusinessTemplateDownloadURL(self):
"""Returns the default download URL for business templates.
"""
return "file://%s/" % pathname2url(
......
......@@ -263,7 +263,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/getDefaultBusinessTemplateDownladURL</string> </value>
<value> <string>here/getDefaultBusinessTemplateDownloadURL</string> </value>
</item>
</dictionary>
</pickle>
......
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