templates/register.html
author Anoop Jacob Thomas<anoop@fossee.in>
Tue, 09 Nov 2010 13:29:23 +0530
branchanoop
changeset 247 6fd2e9275805
parent 30 11f828503666
permissions -rw-r--r--
changed custom invitation content.

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