summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorhardythe12014-10-08 18:14:58 +0530
committerhardythe12014-10-08 18:14:58 +0530
commit59fcb7f36e03247459466468f07d9610f1b7b5a3 (patch)
tree7c6bfcbf0dcbbad47ff7d8f92062af9e404efc67 /static
parent24a8ea9c9acf07dc15e9d66fcf731327ff43f55f (diff)
downloadscipy2014-59fcb7f36e03247459466468f07d9610f1b7b5a3.tar.gz
scipy2014-59fcb7f36e03247459466468f07d9610f1b7b5a3.tar.bz2
scipy2014-59fcb7f36e03247459466468f07d9610f1b7b5a3.zip
changed button value
Diffstat (limited to 'static')
-rw-r--r--static/website/templates/contact.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/contact.html b/static/website/templates/contact.html
index d877435..028414c 100644
--- a/static/website/templates/contact.html
+++ b/static/website/templates/contact.html
@@ -36,7 +36,7 @@ Contact Us
{% render_field form.message class+='form-control' %}
{{ form.message.errors }}
</div>
- <input class="btn btn-primary" type="submit" value="Submit">
+ <input class="btn btn-primary" type="submit" value="Send">
</form>
</div> <!-- /.col -->
</div> <!-- /.row -->