templates/register.html
author anoop
Thu, 03 Jun 2010 19:06:14 +0530
branchanoop
changeset 26 212fcba4459e
parent 11 dad0085f039b
child 30 11f828503666
permissions -rw-r--r--
changed the app to work with apache + added base.html, and did needed changes.

{% 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 %}