--- a/project/templates/user/password.html Tue Jul 20 19:18:44 2010 +0530
+++ b/project/templates/user/password.html Tue Jul 20 19:23:40 2010 +0530
@@ -11,7 +11,7 @@
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 scipycon_password %}"
+ <form action="{% url scipycon_password params.scope %}"
method="post">
<table class="scipycon-default">
<tr>
@@ -45,12 +45,11 @@
<td></td>
<td>
<input class="button left" type="submit" value="Change password" />
- </td>
+ </td>
</tr>
</table>
- </table>
+ </table>
</form>
{% endblock %}
-