about summary refs log tree commit diff
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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/qc_app/templates/parse_results.html b/qc_app/templates/parse_results.html
index d78bae6..e2bf7f0 100644
--- a/qc_app/templates/parse_results.html
+++ b/qc_app/templates/parse_results.html
@@ -15,14 +15,14 @@
 {%if errors | length == 0 and not user_aborted %}
 <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" />
+  <input type="submit" value="update database" class="btn btn-primary" />
 </form>
 {%endif%}
 
 {%if errors | length > 0 or user_aborted %}
 <br />
 <a href="{{url_for('entry.upload_file')}}" title="Back to index page."
-   class="btn btn-main">
+   class="btn btn-primary">
   Go back
 </a>
 {%endif%}