# HG changeset patch # User Madhusudan.C.S # Date 1295467664 -19800 # Node ID d0325456f266064f0a10bd9750eeecd8fca04579 # Parent fdaf0d8ceb53d426cbb5182845b5a16910350057 Added Calendar widget support from jQuery UI plugin for registration fields. diff -r fdaf0d8ceb53 -r d0325456f266 pytask/templates/profile/edit.html --- a/pytask/templates/profile/edit.html Thu Jan 20 01:36:37 2011 +0530 +++ b/pytask/templates/profile/edit.html Thu Jan 20 01:37:44 2011 +0530 @@ -2,6 +2,23 @@ {% load form_helpers %} +{% block js %} + +{% endblock %} + + {% block content %} {% as_div_form form "Edit Profile Form" csrf_token "Update" %} {% endblock %} diff -r fdaf0d8ceb53 -r d0325456f266 pytask/templates/registration/registration_form.html --- a/pytask/templates/registration/registration_form.html Thu Jan 20 01:36:37 2011 +0530 +++ b/pytask/templates/registration/registration_form.html Thu Jan 20 01:37:44 2011 +0530 @@ -2,6 +2,24 @@ {% load form_helpers %} + +{% block js %} + +{% endblock %} + + {% block content %} {% url registration_register as registration_url %} {% as_div_form form "Create Profile Form" csrf_token "Submit" registration_url %}