aboutsummaryrefslogtreecommitdiff
path: root/qc_app/templates/index.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-12 14:51:44 -0500
committerFrederick Muriuki Muriithi2024-06-12 14:51:44 -0500
commitf89886e23c291adf8c88f79f7457f695026bf956 (patch)
treee81683adf79c503ab73c15404e45def90fab10c3 /qc_app/templates/index.html
parent103c4bc302f8c3038b9084aa2126a75db1261cd6 (diff)
downloadgn-uploader-f89886e23c291adf8c88f79f7457f695026bf956.tar.gz
Update templates to use bootstrap classes.
Diffstat (limited to 'qc_app/templates/index.html')
-rw-r--r--qc_app/templates/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html
index 6e98849..06d1e87 100644
--- a/qc_app/templates/index.html
+++ b/qc_app/templates/index.html
@@ -25,7 +25,7 @@
<a href={{url_for("upload.rqtl2.select_species")}}
title="Upload a zip bundle of R/qtl2 files">
- <button class="btn btn-main">upload R/qtl2 bundle</button></a>
+ <button class="btn btn-primary">upload R/qtl2 bundle</button></a>
</div>
<h2 class="heading">Expression Data</h2>
@@ -89,7 +89,7 @@
</fieldset>
<fieldset>
- <span id="no-file-error" class="alert-error" style="display: none;">
+ <span id="no-file-error" class="alert-danger" style="display: none;">
No file selected
</span>
<label for="file_upload" class="form-col-1">select file</label>
@@ -99,7 +99,7 @@
</fieldset>
<fieldset>
- <input type="submit" value="upload file" class="btn btn-main form-col-2" />
+ <input type="submit" value="upload file" class="btn btn-primary form-col-2" />
</fieldset>
</form>