Commit f804c7f8 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_web: Fix form name (Name Convention)

parent 37123f26
......@@ -58,7 +58,7 @@ if \'field_your_new_title\' in request:\n
context.edit(short_title=request[\'field_your_new_title\'], description=request.get(\'field_your_description\', \'\'))\n
return context.Base_redirect(\'view\', keep_items={\'portal_status_message\':context.Base_translateString(\'Hosting subscription edited.\')})\n
\n
return context.Base_redirect(\'HostingSubscription_editFieldsAsWeb\', keep_items={})\n
return context.Base_redirect(\'HostingSubscription_viewUpdateInformationAsWeb\', keep_items={})\n
</string> </value>
</item>
<item>
......
......@@ -115,7 +115,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>HostingSubscription_editFieldsAsWeb</string> </value>
<value> <string>HostingSubscription_viewUpdateInformationAsWeb</string> </value>
</item>
<item>
<key> <string>method</string> </key>
......
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