From 67be0fa88bd147771330673d4f1dfef4b9d74ac5 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 10 Sep 2010 15:17:34 +0100 Subject: [PATCH] Fixed status and keytype display on lookup output --- templates/sso/lookup/user.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/sso/lookup/user.html b/templates/sso/lookup/user.html index 5cbc844..abb5580 100644 --- a/templates/sso/lookup/user.html +++ b/templates/sso/lookup/user.html @@ -40,12 +40,13 @@

Eve API Keys

{% if eveaccounts %} - + {% for acc in eveaccounts %} - + + {% endfor %}
User IDAPI KeyDescriptionActive
User IDAPI KeyDescriptionKey TypeActive
{{ acc.api_user_id }} {{ acc.api_key }} {{ acc.description }}{{ acc.api_status_description }}{{ acc.get_api_keytype_description }}{{ acc.get_api_status_description }}