We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787c24f commit 5b253ffCopy full SHA for 5b253ff
qiita_pet/templates/analysis_selected.html
@@ -75,7 +75,7 @@ <h4>Processed Data</h4>
75
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
76
<h4 class="modal-title" id="myModalLabel">Processed Data {{pid}}</h4>
77
</div>
78
- <form role="form" action="/analysis/2" method="post">
+ <form role="form" action="/analysis/3" method="post">
79
<input type="hidden" name="action" value="create">
80
<div class="modal-body">
81
<b>Datatype</b>: {{proc_info[pid]["data_type"]}} <br/>
0 commit comments