Modify the Form legend text (if we ever make it appear anywhere) to show Create Registration Form.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 20 Jan 2011 01:32:49 +0530
changeset 477 a7ac6cbaca25
parent 476 00b966284465
child 478 863dba311ba2
Modify the Form legend text (if we ever make it appear anywhere) to show Create Registration Form.
pytask/templates/registration/registration_form.html
--- 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 %}