summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Lundberg <lundberg@nordu.net>2011-05-10 13:15:11 +0200
committerJohan Lundberg <lundberg@nordu.net>2011-05-10 13:15:11 +0200
commit3a0ebad61499670564e12696c1445d2ebf435921 (patch)
tree5bcd858719ce0d038d8450d0ab5c7c03d35df3af
parent7037d2c1decd2cc8dc8789bd261d58919e95058a (diff)
Typo.
-rw-r--r--templates/changepw/reset_password.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/changepw/reset_password.html b/templates/changepw/reset_password.html
index c225b8d..9106c70 100644
--- a/templates/changepw/reset_password.html
+++ b/templates/changepw/reset_password.html
@@ -18,7 +18,7 @@
<tr>
<th>Password:</th>
<td>
- <form action="{% url changepw %}" method="post">
+ <form action="{% url resetpw %}" method="post">
{% csrf_token %}
<input type="submit" value="Generate" />
</form>