diff options
author | Frederick Muriuki Muriithi | 2025-01-06 11:16:35 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-01-06 11:16:35 -0600 |
commit | dc80c8fbdaa15b8c79a080b405726dae8baf3385 (patch) | |
tree | 2cd41e1950aecab63f9b42879de08a21b42eefea /uploader/templates/phenotypes/add-phenotypes-base.html | |
parent | 31d9c611d13d92b4f07326b592735e3449433a97 (diff) | |
download | gn-uploader-dc80c8fbdaa15b8c79a080b405726dae8baf3385.tar.gz |
Fix labels 'for' attribute
Diffstat (limited to 'uploader/templates/phenotypes/add-phenotypes-base.html')
-rw-r--r-- | uploader/templates/phenotypes/add-phenotypes-base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/add-phenotypes-base.html b/uploader/templates/phenotypes/add-phenotypes-base.html index c4315ee..97b55f2 100644 --- a/uploader/templates/phenotypes/add-phenotypes-base.html +++ b/uploader/templates/phenotypes/add-phenotypes-base.html @@ -119,7 +119,7 @@ </div> <div class="form-group"> - <label for="txt-publication-month" class="form-label"> + <label for="select-publication-month" class="form-label"> Publication Month</label> <select id="select-publication-month" name="publication-month" class="form-control"> |