Skip to content

Commit

Permalink
Remove state handling from tool shed mako
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 2, 2017
1 parent ee6063e commit fa93c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/webapps/tool_shed/repository/tool_form.mako
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<div class="toolFormTitle">${tool.name | h} (version ${tool.version | h})</div>
<div class="toolFormBody">
<form id="tool_form" name="tool_form" action="" method="get">
<input type="hidden" name="tool_state" value="${util.object_to_string( tool_state.encode( tool, app ) )}">
<input type="hidden" name="tool_state" value="">
${do_inputs( tool.inputs_by_page[ tool_state.page ], tool_state.inputs, "" )}
</form>
</div>
Expand Down

0 comments on commit fa93c6b

Please sign in to comment.