summaryrefslogtreecommitdiff
path: root/website/templates
diff options
context:
space:
mode:
authorkomalsheth2862016-11-16 16:27:32 +0530
committerkomalsheth2862016-11-16 16:27:32 +0530
commita3a908cabe45e8f35b2dbd177d0580f84351e7c9 (patch)
treea1ed06f4ee703bdf14c1d3ef929c56bbe5666ad3 /website/templates
parent52dbaedaf21c1f08df8ee2140cc44c07af924ed0 (diff)
downloadSciPy2016-a3a908cabe45e8f35b2dbd177d0580f84351e7c9.tar.gz
SciPy2016-a3a908cabe45e8f35b2dbd177d0580f84351e7c9.tar.bz2
SciPy2016-a3a908cabe45e8f35b2dbd177d0580f84351e7c9.zip
Query message changed
Diffstat (limited to 'website/templates')
-rwxr-xr-xwebsite/templates/base.html2
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>