diff options
author | hardythe1 | 2014-09-22 17:38:00 +0530 |
---|---|---|
committer | hardythe1 | 2014-09-22 17:38:00 +0530 |
commit | 9d83c83d6ba88a0ac3b4eef18f0a7f4589c8e193 (patch) | |
tree | 492c4b7675fa46263056ca609e973b6a7e96c5e9 /static/website | |
parent | 9b0698d46ad1a8c3e9bfe21a5d299c34263cc337 (diff) | |
download | scipy2014-9d83c83d6ba88a0ac3b4eef18f0a7f4589c8e193.tar.gz scipy2014-9d83c83d6ba88a0ac3b4eef18f0a7f4589c8e193.tar.bz2 scipy2014-9d83c83d6ba88a0ac3b4eef18f0a7f4589c8e193.zip |
chaged the url & using core django core email
Diffstat (limited to 'static/website')
-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"> |