From ca47184a10e888dae01e1678c6cbf5c15f472341 Mon Sep 17 00:00:00 2001
From: Andrew Williams
Date: Sun, 9 May 2010 14:31:14 +0100
Subject: [PATCH] Cleanup actions on service accounts
---
templates/sso/profile.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/sso/profile.html b/templates/sso/profile.html
index 3d74032..71eb481 100644
--- a/templates/sso/profile.html
+++ b/templates/sso/profile.html
@@ -30,7 +30,7 @@ create a login for a service click the Add Service link
{% if acc.active %}Yes{% else %}No{% endif %} |
{% if acc.active %}
- / Reset
+ Reset
{% if acc.service.provide_login %}
/ Login
{% endif %}
|