From e51cf1c32d95ed83a8d7cfc0b12313df3bb3776c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 13 Apr 2026 10:42:16 -0500 Subject: Delete obsolete template. --- uploader/templates/genotypes/index.html | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 uploader/templates/genotypes/index.html diff --git a/uploader/templates/genotypes/index.html b/uploader/templates/genotypes/index.html deleted file mode 100644 index b50ebc5..0000000 --- a/uploader/templates/genotypes/index.html +++ /dev/null @@ -1,32 +0,0 @@ -{%extends "genotypes/base.html"%} -{%from "flash_messages.html" import flash_all_messages%} -{%from "species/macro-select-species.html" import select_species_form%} - -{%block title%}Genotypes{%endblock%} - -{%block pagetitle%}Genotypes{%endblock%} - - -{%block contents%} -{{flash_all_messages()}} - -
-

- This section allows you to upload genotype information for your experiments, - in the case that you have not previously done so. -

-

- We'll need to link the genotypes to the species and population, so do please - go ahead and select those in the next two steps. -

-
- -
- {{select_species_form(url_for("species.populations.genotypes.index"), - species)}} -
-{%endblock%} - -{%block javascript%} - -{%endblock%} -- cgit 1.4.1