Few fixes for live issues discovered with the API password setting fuction

This commit is contained in:
2010-08-06 14:17:41 +01:00
parent 3c0dca0fa3
commit b0ef4042c6
3 changed files with 6 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<p>This service will reset your password for all API Services. If you wish to continue please click the link
below.</p>
<form action="{% url sso.views.set_apipassword %}" method="post">
<form action="{% url sso.views.set_apipasswd %}" method="post">
<table>
{{ form.as_table }}
</table>