templates/register.html
author nishanth
Tue, 13 Apr 2010 12:05:38 +0530
changeset 21 a0f4aba61275
parent 14 cd6911eaac2c
child 46 ff5f34e42aec
permissions -rw-r--r--
renamed send_activation to resend_activation .

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