Updated various URL errors on SSO templates

This commit is contained in:
2010-04-30 16:11:58 +01:00
parent a98827c8f4
commit d75cf26343
5 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ create a new account until fixed by a Sysop. If you are having issues logging in
<p>If you are sure, then please click confirm</p>
<form action="{% url sso.views.service_del acc.id %}/" method="post">
<form action="{% url sso.views.service_del acc.id %}" method="post">
<input name="confirm-delete" type="hidden" value="1"/>
<input type="submit" value="Confirm Delete" />
</form>

View File

@@ -7,7 +7,7 @@
<p>This service will reset your password for account {{ acc.service_uid }} on {{ acc.service }}. If you wish to continue please click the link
below.</p>
<form action="{% url sso.views.service_reset serviceid %}/" method="post">
<form action="{% url sso.views.service_reset serviceid %}" method="post">
<table>
{{ form.as_table }}
</table>