aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/parse_results.html
diff options
context:
space:
mode:
Diffstat (limited to 'qc_app/templates/parse_results.html')
-rw-r--r--qc_app/templates/parse_results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/parse_results.html b/qc_app/templates/parse_results.html
index 1a224e8..80d6a2d 100644
--- a/qc_app/templates/parse_results.html
+++ b/qc_app/templates/parse_results.html
@@ -13,7 +13,7 @@
{{errors_display(errors, "No errors found in the file", "We found the following errors")}}
{%if errors | length == 0 %}
-<form method="post" action="{{url_for('dbinsert.select_dataset')}}">
+<form method="post" action="{{url_for('dbinsert.select_platform')}}">
<input type="hidden" name="job_id" value="{{job_id}}" />
<input type="submit" value="update database" class="btn btn-main" />
</form>