summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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 -->