diff options
author | Munyoki Kilyungi | 2023-11-30 18:18:10 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-11-30 18:18:10 +0300 |
commit | e2d18c05f7f516bace36d24490f3cbb69354ddb7 (patch) | |
tree | 7e7be2b272b05439ff50efc4642cc54498c1cbf9 | |
parent | 16045dd44dccd6de38b3ecf13f7f131413e11676 (diff) | |
download | genenetwork2-e2d18c05f7f516bace36d24490f3cbb69354ddb7.tar.gz |
Remove duplicate month field in Phenotypes page.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | wqflask/wqflask/templates/phenotype.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/phenotype.html b/wqflask/wqflask/templates/phenotype.html index 9bc958b9..4f4fba6e 100644 --- a/wqflask/wqflask/templates/phenotype.html +++ b/wqflask/wqflask/templates/phenotype.html @@ -68,7 +68,6 @@ {% endif %} {{ metadata.references.year }} {{ metadata.references.month }} - {{ metadata.references.month }} {% if metadata.references.volume and metadata.references.page %} {{ metadata.references.volume }}:{{ metadata.references.page }} {% endif %} |