summaryrefslogtreecommitdiff
path: root/website/templates/home.html
diff options
context:
space:
mode:
authorprashantsinalkar2017-09-14 16:45:49 +0530
committerprashantsinalkar2017-09-14 16:45:49 +0530
commit14979e4d9ed859ac559a2f93093dccb7a698bd81 (patch)
tree0b135b8c3a90a540ff51aa1597b60fbeb2bc82f6 /website/templates/home.html
parent456f776cd39aeb1f3f3128bc837fb9f0c8de51b4 (diff)
downloadSciPy2017-14979e4d9ed859ac559a2f93093dccb7a698bd81.tar.gz
SciPy2017-14979e4d9ed859ac559a2f93093dccb7a698bd81.tar.bz2
SciPy2017-14979e4d9ed859ac559a2f93093dccb7a698bd81.zip
fixed from validation
Diffstat (limited to 'website/templates/home.html')
-rw-r--r--website/templates/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/home.html b/website/templates/home.html
index 8ac34dd..751bde6 100644
--- a/website/templates/home.html
+++ b/website/templates/home.html
@@ -561,10 +561,10 @@
<hr>
<div class="panel panel-default">
<div class="panel-body">
- <form id="contact_us" action='#' class="form" role="form" method=POST onSubmit="alert('Thank you for your feedback.');" enctype="multipart/form-data">
+ <form id="contact_us" action='#' class="form" role="form" method=POST onSubmit="alert('Thank you for your feedback.');" enctype="multipart/form-data" data-toggle="validator">
{% csrf_token %}
<div class="col-md-15 form-group">
- <input class="form-control" id="name" name="name" placeholder="Name" type="text" required />
+ <input class="form-control" id="name" name="name" placeholder="Name" type="text" data-minlength="6" required />
</div>
<div class="col-md-15 form-group">
<input class="form-control" id="email" name="email" placeholder="Email" type="email" required />