diff options
Diffstat (limited to 'src/templates/resource/steps/pod_definition.html')
-rw-r--r-- | src/templates/resource/steps/pod_definition.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/resource/steps/pod_definition.html b/src/templates/resource/steps/pod_definition.html index 4c9aa83..8d20b14 100644 --- a/src/templates/resource/steps/pod_definition.html +++ b/src/templates/resource/steps/pod_definition.html @@ -37,7 +37,7 @@ <button type="button" class="d-none" onclick="network_step.submitForm();">Submit</button> </div> </div> - <form id="xml_form" method="post" action="/wf/workflow/"> + <form id="step_form" method="post"> {% csrf_token %} <input type="hidden" id="hidden_xml_input" name="xml" /> </form> |