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 +++++++++++++++ .../templates/rqtl2/select-probeset-study-id.html | 79 ++++++++++++++++++++-- 2 files changed, 126 insertions(+), 6 deletions(-) create mode 100644 qc_app/templates/rqtl2/create-probe-study-success.html (limited to 'qc_app/templates') 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%} +
You successfully created the ProbeSet study with the following + information. +
This page gives you the ability to do that.
+{{flash_all_messages()}} + {%endblock%} -- cgit v1.2.3