templates/registration/registration_form.html
author nishanth
Mon, 01 Mar 2010 04:54:08 +0530
changeset 157 65d5e9737d1c
parent 42 9b5b8c997598
permissions -rw-r--r--
fixed assign_task method to display a not_allowed message if task status not in OP WR.

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