templates/register.html
author anoop
Thu, 03 Jun 2010 19:56:07 +0530
branchanoop
changeset 29 8bee50ee3504
parent 26 212fcba4459e
child 30 11f828503666
permissions -rw-r--r--
changed order of preferences in sdi/models.py.

{% extends 'base.html' %}
{% block content %}
<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 %}