register.html
author nishanth
Fri, 09 Apr 2010 15:48:47 +0530
changeset 7 af9ab5ad2786
permissions -rw-r--r--
fixed a bug in registration .

{% extends "base.html" %}
{% block content %}
<form action="" method="post">
{{ form.as_p }}
<input type="submit" value="submit">
</form>
{% endblock %}