mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-29 12:32:09 +01:00
Update index.html
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user