Modify the Form legend text (if we ever make it appear anywhere) to show Create Registration Form.
--- a/pytask/templates/registration/registration_form.html Wed Jan 19 19:16:24 2011 +0530
+++ b/pytask/templates/registration/registration_form.html Thu Jan 20 01:32:49 2011 +0530
@@ -4,5 +4,5 @@
{% block content %}
{% url registration_register as registration_url %}
- {% as_div_form form "Create Task Form" csrf_token "Submit" registration_url %}
+ {% as_div_form form "Create Profile Form" csrf_token "Submit" registration_url %}
{% endblock %}