From 45396cacc693a74f7c05a96f814225145dc27ccc Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi
Date: Wed, 13 Jul 2022 01:22:11 +0300
Subject: Fix macro
---
qc_app/templates/dbupdate_hidden_fields.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qc_app/templates/dbupdate_hidden_fields.html b/qc_app/templates/dbupdate_hidden_fields.html
index cdebeab..ec31202 100644
--- a/qc_app/templates/dbupdate_hidden_fields.html
+++ b/qc_app/templates/dbupdate_hidden_fields.html
@@ -5,10 +5,10 @@
{%if kwargs.get("species"):%}
-
+
{%endif%}
{%if kwargs.get("genechipid"):%}
-
+
{%endif%}
{%endmacro%}
--
cgit v1.2.3