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 ...@@ -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 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 return context.Base_redirect(\'view\', keep_items={\'portal_status_message\':context.Base_translateString(\'Hosting subscription edited.\')})\n
\n \n
return context.Base_redirect(\'HostingSubscription_editFieldsAsWeb\', keep_items={})\n return context.Base_redirect(\'HostingSubscription_viewUpdateInformationAsWeb\', keep_items={})\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>HostingSubscription_editFieldsAsWeb</string> </value> <value> <string>HostingSubscription_viewUpdateInformationAsWeb</string> </value>
</item> </item>
<item> <item>
<key> <string>method</string> </key> <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