Commit fa4a9c1d authored by Romain Courteaud's avatar Romain Courteaud

erp5_forge: typo

parent 8e02e3e6
......@@ -25,7 +25,7 @@ if push is not None:
commit_dict.pop('caller', None)
commit_dict.pop('caller_kw', None)
# Always propage all informations throught formulator hidden field
# Always propage all information throught formulator hidden field
request = context.REQUEST
request.form['your_commit_json'] = json.dumps(commit_dict)
request.form['your_added'] = commit_dict['added']
......
......@@ -18,7 +18,7 @@ except GitLoginError, e:
method = 'BusinessTemplate_viewGitLogin'
commit_dict['caller'] = caller
# Always propage all informations throught formulator hidden field
# Always propage all information throught formulator hidden field
request = context.REQUEST
request.form['your_commit_json'] = json.dumps(commit_dict)
......
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