templates/register.html
author nishanth
Thu, 22 Jul 2010 19:50:36 +0530
branchanoop
changeset 161 c7c5c727a483
parent 30 11f828503666
permissions -rw-r--r--
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 %}
Registration
{% endblock %}
{% block content %}
<h2>Registration</h2>
<form action="" method="post">
{{form.as_p}}
<!-- 
Terms and Conditions: <br />
<textarea rows=10 cols=50>
Terms and Conditions here.
</textarea><br />
-->
<input type="submit" value="Register" />
</form>
{% endblock %}