summaryrefslogtreecommitdiff
path: root/static/website/templates/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/website/templates/contact.html')
-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 7ed6d37..4bdcedd 100644
--- a/static/website/templates/contact.html
+++ b/static/website/templates/contact.html
@@ -14,7 +14,7 @@ Contact Us
<p>Thank you for contacting us ! We will be reaching you out soon.</p>
{% endif %}
-<form action="/test-contact/" method="POST" role="form">
+<form action="{% url 'website:testcontact' %}" 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">