diff options
author | Madhusudan.C.S | 2010-07-13 23:40:34 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2010-07-13 23:40:34 +0530 |
commit | d5fbda31f85176ccfd0a5e49561f1180a998df16 (patch) | |
tree | 9ba55c865fb15d3cdd67bf65d9e2308d51d66c69 /project/templates/user/password.html | |
parent | 3ec894e684c645876402a9cac912d98b5ed06c37 (diff) | |
download | scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.tar.gz scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.tar.bz2 scipycon-d5fbda31f85176ccfd0a5e49561f1180a998df16.zip |
Removed unwanted files and made more changes to make SciPyCon a clean app.
Diffstat (limited to 'project/templates/user/password.html')
-rw-r--r-- | project/templates/user/password.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/project/templates/user/password.html b/project/templates/user/password.html index ece1e96..db9b890 100644 --- a/project/templates/user/password.html +++ b/project/templates/user/password.html @@ -11,9 +11,9 @@ Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly. </p> - <form action="{% url kiwipycon_password %}" + <form action="{% url scipycon_password %}" method="post"> - <table class="kiwipycon-default"> + <table class="scipycon-default"> <tr> <td class="label"> <label for="id_old_password">Old password:</label> |