removed old template and copied send_sgd_cnf as send_wsp_cnf since both are same and fixed a bug in view
{% extends 'base.html' %}
{% block title %}
Contact Us
{% endblock %}
{% block content %}
<h2>Contact Us</h2>
<p>Queries may be addressed to <i>sagedays [at] fossee [dot] in</i></p>
{% endblock %}