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 %}
Accommodation for delegates
{% endblock %}
{% block content %}
<h2>Accommodation for delegates</h2>
<p>We will be providing limited accomodation. For further details please check the page later.</p>
{% endblock %}