diff options
author | komalsheth286 | 2016-11-16 16:27:32 +0530 |
---|---|---|
committer | komalsheth286 | 2016-11-16 16:27:32 +0530 |
commit | a3a908cabe45e8f35b2dbd177d0580f84351e7c9 (patch) | |
tree | a1ed06f4ee703bdf14c1d3ef929c56bbe5666ad3 /website/templates | |
parent | 52dbaedaf21c1f08df8ee2140cc44c07af924ed0 (diff) | |
download | SciPy2016-a3a908cabe45e8f35b2dbd177d0580f84351e7c9.tar.gz SciPy2016-a3a908cabe45e8f35b2dbd177d0580f84351e7c9.tar.bz2 SciPy2016-a3a908cabe45e8f35b2dbd177d0580f84351e7c9.zip |
Query message changed
Diffstat (limited to 'website/templates')
-rwxr-xr-x | website/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/base.html b/website/templates/base.html index e4e927b..b061d07 100755 --- a/website/templates/base.html +++ b/website/templates/base.html @@ -383,7 +383,7 @@ <section id="contact">
<h2>Write to Us</h2>
<p>Feel free to send us an email if you have any questions.</p>
- <form id="contact_us" action='#' class="form" role="form" method=POST onSubmit="alert('Thank you for your feedback.');" enctype="multipart/form-data">{% csrf_token %}
+ <form id="contact_us" action='#' class="form" role="form" method=POST onSubmit="alert('Your query has been submitted. We will email our response to you shortly!');" enctype="multipart/form-data">{% csrf_token %}
<div class="col-md-6 form-group">
<input class="form-control" id="name" name="name" placeholder="Name" type="text" required />
</div>
|