From 36fc8996fa830078866e17aab7d9c177c74c835b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 13 Sep 2024 09:18:18 -0500 Subject: Initialise genotypes' UI --- uploader/templates/genotypes/index.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 uploader/templates/genotypes/index.html (limited to 'uploader/templates/genotypes/index.html') diff --git a/uploader/templates/genotypes/index.html b/uploader/templates/genotypes/index.html new file mode 100644 index 0000000..4f5c3a8 --- /dev/null +++ b/uploader/templates/genotypes/index.html @@ -0,0 +1,24 @@ +{%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()}} + +
+

We have not implemented this part yet!

+
+ +
+

Some Important Concepts to Consider/Remember

+ +
+{%endblock%} -- cgit v1.2.3