Skip to content

Commit 5b253ff

Browse files
committed
fix create analysis submit page
1 parent 787c24f commit 5b253ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/templates/analysis_selected.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h4>Processed Data</h4>
7575
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
7676
<h4 class="modal-title" id="myModalLabel">Processed Data {{pid}}</h4>
7777
</div>
78-
<form role="form" action="/analysis/2" method="post">
78+
<form role="form" action="/analysis/3" method="post">
7979
<input type="hidden" name="action" value="create">
8080
<div class="modal-body">
8181
<b>Datatype</b>: {{proc_info[pid]["data_type"]}} <br/>

0 commit comments

Comments
 (0)