From 54aa4085b68a601a4aee198e4f00df08a933afff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@pasteur.fr>
Date: Thu, 19 Dec 2019 15:25:30 +0100
Subject: [PATCH] remove dummy text from compounds list template

---
 ippisite/ippidb/templates/compound_list.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ippisite/ippidb/templates/compound_list.html b/ippisite/ippidb/templates/compound_list.html
index f2f13b2c..6c164849 100644
--- a/ippisite/ippidb/templates/compound_list.html
+++ b/ippisite/ippidb/templates/compound_list.html
@@ -173,7 +173,7 @@
                             <label class="dropdown-item" onclick="toggleCheckBox('inhitest_av')">
                                 <input type="checkbox" id="inhitest_av" {% if inhitest_av %}checked{% endif %} />
                                 Inhibition tests performed
-                                changeSe </label>
+                            </label>
                             <label class="dropdown-item" onclick="toggleCheckBox('stabtest_av')">
                                 <input type="checkbox" id="stabtest_av" {% if stabtest_av %}checked{% endif %} />
                                 Stabilisation tests performed
-- 
GitLab