From 6b1d1b2ca4319edc820e64e50c2c37734190d524 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Tue, 22 Sep 2020 17:41:48 +0530
Subject: fixed common query label

---
 app/forms.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'app')

diff --git a/app/forms.py b/app/forms.py
index fb2ecf0..4d45a0c 100644
--- a/app/forms.py
+++ b/app/forms.py
@@ -52,4 +52,4 @@ class generatePDBQTS(FlaskForm):
     name = StringField('Compound Name (Optional)')
 
 class PyMedSearch(FlaskForm):
-    query = StringField('Search Query for PubMed',default="Query",validators=[DataRequired()])
\ No newline at end of file
+    query = StringField('Search Query',default="Query",validators=[DataRequired()])
\ No newline at end of file
-- 
cgit v1.2.3