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 --- .../rqtl2/create-probe-study-success.html | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 uploader/templates/rqtl2/create-probe-study-success.html (limited to 'uploader/templates/rqtl2/create-probe-study-success.html') diff --git a/uploader/templates/rqtl2/create-probe-study-success.html b/uploader/templates/rqtl2/create-probe-study-success.html new file mode 100644 index 0000000..d0ee508 --- /dev/null +++ b/uploader/templates/rqtl2/create-probe-study-success.html @@ -0,0 +1,49 @@ +{%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