diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/website/templates/contact.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/static/website/templates/contact.html b/static/website/templates/contact.html index 4bdcedd..f96fc8a 100644 --- a/static/website/templates/contact.html +++ b/static/website/templates/contact.html @@ -5,16 +5,13 @@ Contact Us {% endblock %} {% block content %} -<h3>Contact Us</h3> -<hr> - <p>Feel free to drop us a message regarding any of your queries.</p> {% if mailsent %} <p>Thank you for contacting us ! We will be reaching you out soon.</p> {% endif %} -<form action="{% url 'website:testcontact' %}" method="POST" role="form"> +<form action="{% url 'website:contact' %}" method="POST" role="form"> {% csrf_token %} <label for="user_email">Your Email</label> <input name="user_email" id="user_email" type="text" class="form-control"> |