From 754e8f214b940e05298cb360ed829f5c685d55a5 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 25 Jul 2024 11:07:33 -0500 Subject: Rename module: qc_app --> uploader --- qc_app/templates/samples/select-population.html | 99 ------------------------- 1 file changed, 99 deletions(-) delete mode 100644 qc_app/templates/samples/select-population.html (limited to 'qc_app/templates/samples/select-population.html') diff --git a/qc_app/templates/samples/select-population.html b/qc_app/templates/samples/select-population.html deleted file mode 100644 index da19ddc..0000000 --- a/qc_app/templates/samples/select-population.html +++ /dev/null @@ -1,99 +0,0 @@ -{%extends "base.html"%} -{%from "flash_messages.html" import flash_messages%} - -{%block title%}Select Grouping/Population{%endblock%} - -{%block contents%} -

Select grouping/population

- -
-

We organise the samples/cases/strains in a hierarchichal form, starting - with species at the very top. Under species, we have a - grouping in terms of the relevant population - (e.g. Inbred populations, cell tissue, etc.)

-
- -
- select grouping/population - {{flash_messages("error-select-population")}} - - - -
- - -
- - -
- -

OR

- -
- create new grouping/population - {{flash_messages("error-create-population")}} - - -
- mandatory - - - - - - -
-
- Optional - - - - - - - - - -
- - -
- -{%endblock%} - - -{%block javascript%} -{%endblock%} -- cgit v1.2.3