From 5cca63d4d82e2e955b1c7b8acbd5c7a62ff121c6 Mon Sep 17 00:00:00 2001
From: Andrew Williams
Date: Tue, 18 May 2010 10:51:45 +0100
Subject: [PATCH] Add the delete function back onto the template
---
templates/sso/profile.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/templates/sso/profile.html b/templates/sso/profile.html
index 492075b..1a576a6 100644
--- a/templates/sso/profile.html
+++ b/templates/sso/profile.html
@@ -30,7 +30,8 @@ create a login for a service click the Add Service link
{% if acc.active %}Yes{% else %}No{% endif %} |
{% if acc.active %}
- Reset
+ Reset /
+ Delete
{% if acc.service.provide_login %}
/ Login
{% endif %}
|