summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12014-09-22 16:54:04 +0530
committerhardythe12014-09-22 16:54:04 +0530
commit9b0698d46ad1a8c3e9bfe21a5d299c34263cc337 (patch)
treecb22ed44b778eb8c1511ce391b629fe9acf50e10
parent637e23db7740d888478056aa937dd6804c6d80d3 (diff)
downloadscipy2014-9b0698d46ad1a8c3e9bfe21a5d299c34263cc337.tar.gz
scipy2014-9b0698d46ad1a8c3e9bfe21a5d299c34263cc337.tar.bz2
scipy2014-9b0698d46ad1a8c3e9bfe21a5d299c34263cc337.zip
changed url
-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">