diff options
author | Frederick Muriuki Muriithi | 2024-01-05 13:08:38 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-05 13:10:56 +0300 |
commit | 58a214a4a9be5fb219a798b62cdbf43d72280c74 (patch) | |
tree | 1ab9beaa142a4887e44aa6fe09e1206a959b024a /qc_app/templates/base.html | |
parent | 6200a60eb6f04a5d50bfe0ad366674dc49a08119 (diff) | |
download | gn-uploader-58a214a4a9be5fb219a798b62cdbf43d72280c74.tar.gz |
Initialise R/qtl2 bundle upload path
Initialise the upload path for R/qtl2 bundles. This commit adds UI
that allows the user to select from existing species, before
proceeding to the next stage.
Diffstat (limited to 'qc_app/templates/base.html')
-rw-r--r-- | qc_app/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qc_app/templates/base.html b/qc_app/templates/base.html index 0cc970c..3b701bc 100644 --- a/qc_app/templates/base.html +++ b/qc_app/templates/base.html @@ -11,7 +11,7 @@ <link rel="stylesheet" type="text/css" href="/static/css/styles.css" /> {%block css%}{%endblock%} - <link rel="icon" type="image/png" sizes="64x64" + <link rel="shortcut icon" type="image/png" sizes="64x64" href="/static/images/CITGLogo.png" /> </head> |