about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-03-27 10:32:51 -0500
committerFrederick Muriuki Muriithi2026-03-27 10:33:17 -0500
commit8cc78cfbe3c2deb456ed4c67a6ed5004262367ae (patch)
treedf1cc24c9b0c52e4efa0d6499d2cd99a03c79706
parentdfc003d944af9fdf841ed3f38abda3712a814df5 (diff)
downloadgn-uploader-8cc78cfbe3c2deb456ed4c67a6ed5004262367ae.tar.gz
genotypes: Delete obsolete template.
-rw-r--r--uploader/templates/genotypes/select-population.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/uploader/templates/genotypes/select-population.html b/uploader/templates/genotypes/select-population.html
deleted file mode 100644
index acdd063..0000000
--- a/uploader/templates/genotypes/select-population.html
+++ /dev/null
@@ -1,25 +0,0 @@
-{%extends "genotypes/base.html"%}
-{%from "flash_messages.html" import flash_all_messages%}
-{%from "species/macro-display-species-card.html" import display_species_card%}
-{%from "populations/macro-select-population.html" import select_population_form%}
-
-{%block title%}Genotypes{%endblock%}
-
-{%block pagetitle%}Genotypes{%endblock%}
-
-
-{%block contents%}
-{{flash_all_messages()}}
-
-<div class="row">
-  {{select_population_form(url_for("species.populations.genotypes.select_population", species_id=species.SpeciesId), species, populations)}}
-</div>
-{%endblock%}
-
-{%block sidebarcontents%}
-{{display_species_card(species)}}
-{%endblock%}
-
-{%block javascript%}
-<script type="text/javascript" src="/static/js/populations.js"></script>
-{%endblock%}