# HG changeset patch # User rougeronj # Date 1418292771 -3600 # Node ID 66e45510eae45b3ec2019210d2db1a99f08b8788 # Parent 064f4cdc48c3ce76d1f8d208ebe87fd517fb86a5 Correct error in Password change page and chang python interpreter name to be python_hdalab diff -r 064f4cdc48c3 -r 66e45510eae4 .pydevproject --- a/.pydevproject Thu Dec 11 10:53:57 2014 +0100 +++ b/.pydevproject Thu Dec 11 11:12:51 2014 +0100 @@ -1,6 +1,6 @@ -Default +python_hdalab python 2.7 /${PROJECT_DIR_NAME}/src diff -r 064f4cdc48c3 -r 66e45510eae4 src/hdalab/templates/registration/password_change_form.html --- a/src/hdalab/templates/registration/password_change_form.html Thu Dec 11 10:53:57 2014 +0100 +++ b/src/hdalab/templates/registration/password_change_form.html Thu Dec 11 11:12:51 2014 +0100 @@ -15,12 +15,16 @@
{% csrf_token %}

+ + {{form.old_password}} +

+

- {{form.password1}} + {{form.new_password1}}

- {{form.password2}} + {{form.new_password2}}