Add the delete function back onto the template

This commit is contained in:
2010-05-18 10:51:45 +01:00
parent 84c4221c18
commit 5cca63d4d8

View File

@@ -30,7 +30,8 @@ create a login for a service click the Add Service link</p>
<td>{% if acc.active %}Yes{% else %}No{% endif %}</td>
<td>
{% if acc.active %}
<a href="{% url sso.views.service_reset acc.id %}">Reset</a>
<a href="{% url sso.views.service_reset acc.id %}">Reset</a>&nbsp;/&nbsp;
<a href="{% url sso.views.service_del acc.id %}">Delete</a>
{% if acc.service.provide_login %}
&nbsp;/&nbsp;<a href="{% url sso.views.service_login acc.id %}">Login</a>
{% endif %}