From cf8d133b110d87aed5cb6695711616625a6669fd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Thu, 18 Jan 2024 05:52:52 +0300 Subject: Create new ProbeSet study. --- .../rqtl2/create-probe-study-success.html | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 qc_app/templates/rqtl2/create-probe-study-success.html (limited to 'qc_app/templates/rqtl2/create-probe-study-success.html') diff --git a/qc_app/templates/rqtl2/create-probe-study-success.html b/qc_app/templates/rqtl2/create-probe-study-success.html new file mode 100644 index 0000000..1b85d0c --- /dev/null +++ b/qc_app/templates/rqtl2/create-probe-study-success.html @@ -0,0 +1,53 @@ +{%extends "base.html"%} +{%from "flash_messages.html" import flash_messages%} + +{%block title%}Upload R/qtl2 Bundle{%endblock%} + +{%block contents%} +

Create ProbeSet Study

+ +
+

You successfully created the ProbeSet study with the following + information. +

+
ID
+
{{study.id}}
+ +
Name
+
{{study.name}}
+ +
Full Name
+
{{study.fname}}
+ +
Short Name
+
{{study.sname}}
+ +
Created On
+
{{study.today}}
+
+

+
+ +
+ Create ProbeSet study + + + + + + + +
+ +
+
+ +{%endblock%} -- cgit v1.2.3