Cleanup actions on service accounts

This commit is contained in:
2010-05-09 14:31:14 +01:00
parent a8af4e497f
commit ca47184a10

View File

@@ -30,7 +30,7 @@ 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 %}
&nbsp;/&nbsp;<a href="{% url sso.views.service_reset acc.id %}">Reset</a>
<a href="{% url sso.views.service_reset acc.id %}">Reset</a>
{% if acc.service.provide_login %}
&nbsp;/&nbsp;<a href="{% url sso.views.service_login acc.id %}">Login</a>
{% endif %}