summaryrefslogtreecommitdiff
path: root/website/templates/home.html
diff options
context:
space:
mode:
authorSashi202017-09-15 10:22:21 +0530
committerSashi202017-09-15 10:22:21 +0530
commitcddd1efcf2c9c60e264487ecb57aedcac9cd1854 (patch)
tree7cf1c3dbf481444d3f96179a257faa214a3ecc1a /website/templates/home.html
parente3f2577bdc8645574aa2250e15197a16cd41db2f (diff)
parentdcf6fbb1f9c8f74b38ecfac736136bd28a6600cd (diff)
downloadSciPy2017-cddd1efcf2c9c60e264487ecb57aedcac9cd1854.tar.gz
SciPy2017-cddd1efcf2c9c60e264487ecb57aedcac9cd1854.tar.bz2
SciPy2017-cddd1efcf2c9c60e264487ecb57aedcac9cd1854.zip
Fixed merge conflict
Diffstat (limited to 'website/templates/home.html')
-rw-r--r--website/templates/home.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/website/templates/home.html b/website/templates/home.html
index 926bcdb..5688036 100644
--- a/website/templates/home.html
+++ b/website/templates/home.html
@@ -561,11 +561,12 @@
<hr>
<div class="panel panel-default">
<div class="panel-body">
- <form id="contact_us" action='#' class="form" role="form" method=POST 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 />
- </div>
+ <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 />
</div>