From 480ee0b657b762f1dd0b1164f98ab13bc9a11f56 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 23 Sep 2024 16:29:25 -0500 Subject: Initialise "Platforms" section. --- uploader/templates/platforms/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 uploader/templates/platforms/index.html (limited to 'uploader/templates/platforms/index.html') diff --git a/uploader/templates/platforms/index.html b/uploader/templates/platforms/index.html new file mode 100644 index 0000000..35b6464 --- /dev/null +++ b/uploader/templates/platforms/index.html @@ -0,0 +1,21 @@ +{%extends "platforms/base.html"%} +{%from "flash_messages.html" import flash_all_messages%} +{%from "species/macro-select-species.html" import select_species_form%} + +{%block title%}Platforms{%endblock%} + +{%block pagetitle%}Platforms{%endblock%} + + +{%block contents%} +{{flash_all_messages()}} + +
+

In this section, you will be able to view and manage the sequencing + platforms that are currently supported by GeneNetwork.

+
+ +
+ {{select_species_form(url_for("species.platforms.index"), species)}} +
+{%endblock%} -- cgit v1.2.3