From af485aff7d25c1f5128586c550ca36debe24fd66 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 18 Jan 2024 14:43:00 +0300 Subject: UI: Create new ProbeSet dataset. --- .../rqtl2/create-probe-dataset-success.html | 60 ++++++++++++++++ .../templates/rqtl2/select-probeset-dataset.html | 82 +++++++++++++++++++++- 2 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 qc_app/templates/rqtl2/create-probe-dataset-success.html (limited to 'qc_app/templates/rqtl2') diff --git a/qc_app/templates/rqtl2/create-probe-dataset-success.html b/qc_app/templates/rqtl2/create-probe-dataset-success.html new file mode 100644 index 0000000..33612c4 --- /dev/null +++ b/qc_app/templates/rqtl2/create-probe-dataset-success.html @@ -0,0 +1,60 @@ +{%extends "base.html"%} +{%from "flash_messages.html" import flash_messages%} + +{%block title%}Upload R/qtl2 Bundle{%endblock%} + +{%block contents%} +
You successfully created the ProbeSet dataset with the following + information. +
Under Construction
+OR
+{%endif%} + + {%endblock%} -- cgit v1.2.3