From 637e23db7740d888478056aa937dd6804c6d80d3 Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Mon, 22 Sep 2014 16:49:59 +0530 Subject: added testcontact form instead of mentioning individual email addresses --- static/website/templates/contact.html | 55 +++++++++++++--------------------- static/website/templates/schedule.html | 3 +- static/website/templates/venue.html | 2 ++ 3 files changed, 24 insertions(+), 36 deletions(-) (limited to 'static/website') diff --git a/static/website/templates/contact.html b/static/website/templates/contact.html index a6959b6..7ed6d37 100644 --- a/static/website/templates/contact.html +++ b/static/website/templates/contact.html @@ -6,39 +6,24 @@ Contact Us {% block content %}

Contact Us

-

For any queries regarding registration, accomodation or any other issues, please feel free to contact us.

- - - - - - - - - - - -
- FOSSEE (cfd-lab) - - +91-22-25764133 - - scipy[at]fossee[dot]in -
- Hardik Ghaghada - - +91-8879261812 - - hardik[at]fossee[dot]in -
- - - - - -
- Alternatively you may write us on - - info[at]fossee[dot]in -
+
+ +

Feel free to drop us a message regarding any of your queries.

+ +{% if mailsent %} +

Thank you for contacting us ! We will be reaching you out soon.

+{% endif %} + +
+{% csrf_token %} + + + + + + +
+ +
+
{% endblock %} diff --git a/static/website/templates/schedule.html b/static/website/templates/schedule.html index a79a7fb..0f07773 100644 --- a/static/website/templates/schedule.html +++ b/static/website/templates/schedule.html @@ -5,7 +5,8 @@ Schedule {% endblock %} {% block content %} -

Contact Us

+

Schedule

+

Will be updated soon. diff --git a/static/website/templates/venue.html b/static/website/templates/venue.html index 5e1935c..1adff73 100644 --- a/static/website/templates/venue.html +++ b/static/website/templates/venue.html @@ -8,6 +8,8 @@ Venue {% endblock %} {% block content %} +

Venue - IIT Bombay

+
-- cgit