Update index.html

This commit is contained in:
DerTyp187
2021-11-25 11:01:31 +01:00
parent f2c9d3216b
commit a10f75258c

View File

@@ -15,7 +15,10 @@
<form method="POST" class="form form-dark text-white"> <form method="POST" class="form form-dark text-white">
{% csrf_token %} {% csrf_token %}
{{ form | crispy }} {{ form | crispy }}
<button type="submit" class="btn btn-primary">Submit</button> <div class="text-center">
<button type="submit" class="btn btn-primary">Send Message</button>
</div>
<hr> <hr>
<small class="text-muted">We try to answer you as soon as possible!</small> <small class="text-muted">We try to answer you as soon as possible!</small>
</form> </form>