about summary refs log tree commit diff
path: root/qc_app/templates/index.html
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-06-13 15:54:17 -0500
committerFrederick Muriuki Muriithi2024-06-13 15:54:17 -0500
commit9ff12c643feadc353f29fe8dac4b9819caf1779c (patch)
tree33f8461235ade946c2ccb1e319547b938750c099 /qc_app/templates/index.html
parent68a43dc318fb7d76544d704752f243b9afed7e52 (diff)
downloadgn-uploader-9ff12c643feadc353f29fe8dac4b9819caf1779c.tar.gz
Fix tests and issues caught by tests. update-templates-for-bootstrap
Diffstat (limited to 'qc_app/templates/index.html')
-rw-r--r--qc_app/templates/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html
index 997c1e5..e23dde1 100644
--- a/qc_app/templates/index.html
+++ b/qc_app/templates/index.html
@@ -26,7 +26,7 @@
     <p>The R/qtl2 bundle, additionally, can contain extra metadata, that neither
       of the methods below can handle.</p>
 
-    <a href={{url_for("upload.rqtl2.select_species")}}
+    <a href="{{url_for('upload.rqtl2.select_species')}}"
        title="Upload a zip bundle of R/qtl2 files">
       <button class="btn btn-primary">upload R/qtl2 bundle</button></a>
   </div>
@@ -60,9 +60,9 @@
     </ol>
   </div>
 
-  <a href={{url_for("entry.upload_file")}}
+  <a href="{{url_for('entry.upload_file')}}"
      title="Upload your expression data"
-     class="btn btn-primary">upload Samples/Cases</a>
+     class="btn btn-primary">upload expression data</a>
 </div>
 
 <div class="row">
@@ -75,7 +75,7 @@
     <p>This section gives you the opportunity to upload any missing samples</p>
   </div>
 
-  <a href={{url_for("samples.select_species")}}
+  <a href="{{url_for('samples.select_species')}}"
      title="Upload samples/cases/individuals for your data"
      class="btn btn-primary">upload Samples/Cases</a>
 </div>