From c0327107a57a43cd8194165fc997146370ce526a Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 25 Jun 2020 00:03:26 +0530 Subject: Added email field in form --- app/templates/dock_upload.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/templates') diff --git a/app/templates/dock_upload.html b/app/templates/dock_upload.html index 3fc8419..e9116da 100644 --- a/app/templates/dock_upload.html +++ b/app/templates/dock_upload.html @@ -47,6 +47,10 @@ {{ form.ligand(class="form-control")}} +
+ {{ form.email.label }} + {{ form.email(class="form-control") }} +
-- cgit v1.2.3