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
---
qc_app/templates/dbupdate_hidden_fields.html | 29 ----------------------------
1 file changed, 29 deletions(-)
delete mode 100644 qc_app/templates/dbupdate_hidden_fields.html
(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
deleted file mode 100644
index ccbc299..0000000
--- a/qc_app/templates/dbupdate_hidden_fields.html
+++ /dev/null
@@ -1,29 +0,0 @@
-{%macro hidden_fields(filename, filetype):%}
-
-
-
-
-
-{%if kwargs.get("totallines")%}
-
-{%endif%}
-{%if kwargs.get("species"):%}
-
-{%endif%}
-{%if kwargs.get("genechipid"):%}
-
-{%endif%}
-{%if kwargs.get("inbredsetid"):%}
-
-{%endif%}
-{%if kwargs.get("tissueid"):%}
-
-{%endif%}
-{%if kwargs.get("studyid"):%}
-
-{%endif%}
-{%if kwargs.get("datasetid"):%}
-
-{%endif%}
-
-{%endmacro%}
--
cgit v1.2.3