From cdd4dc456e56bb4eb055e1cb7f2518d45fb3bfb9 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Sat, 20 Jan 2024 09:57:23 +0300 Subject: Fetch sample/case names from database Fetch the sample/case names from the database rather than from a static file in the repository. Issue: https://issues.genenetwork.org/issues/quality-control/read-samples-from-database-by-species --- qc_app/templates/index.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'qc_app/templates/index.html') diff --git a/qc_app/templates/index.html b/qc_app/templates/index.html index a454dd2..358b521 100644 --- a/qc_app/templates/index.html +++ b/qc_app/templates/index.html @@ -1,4 +1,5 @@ {%extends "base.html"%} +{%from "flash_messages.html" import flash_all_messages%} {%block title%}Data Upload{%endblock%} @@ -54,6 +55,18 @@ {%endif%} {%endwith%} +
+ + +
+
file type @@ -111,8 +124,8 @@
upload samples
- - {%for spec in species%} -- cgit v1.2.3