templates/register.html
author nishanth
Mon, 07 Jun 2010 15:13:16 +0530
branchanoop
changeset 64 3650417b0fda
parent 30 11f828503666
permissions -rw-r--r--
removed the admin_url_prefix thingy

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