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 %}
Sage Days 25 - Login
{% endblock %}
{% block content %}
<form action="" method="post">
{{ form.as_p }}
<input value="Login" type="submit">
</form>
{% endblock %}