From 68cf0750ee29d91abf8fe8d0a81426e324b41b12 Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi
Date: Wed, 13 Jul 2022 02:37:52 +0300
Subject: Implement dataset selection
- Implement UI enabling selection from existing datasets
- Start implementation of UI that enables creation of new dataset
---
qc_app/templates/dbupdate_hidden_fields.html | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'qc_app/templates/dbupdate_hidden_fields.html')
diff --git a/qc_app/templates/dbupdate_hidden_fields.html b/qc_app/templates/dbupdate_hidden_fields.html
index ec31202..c66ebba 100644
--- a/qc_app/templates/dbupdate_hidden_fields.html
+++ b/qc_app/templates/dbupdate_hidden_fields.html
@@ -10,5 +10,14 @@
{%if kwargs.get("genechipid"):%}
{%endif%}
+{%if kwargs.get("inbredsetid"):%}
+
+{%endif%}
+{%if kwargs.get("tissueid"):%}
+
+{%endif%}
+{%if kwargs.get("studyid"):%}
+
+{%endif%}
{%endmacro%}
--
cgit v1.2.3