From 18a3f8751f8c5c2689a304617bfd4a03398d0dbe Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 20 Sep 2010 22:06:20 +0100 Subject: [PATCH] Fixes the Status/Keytype display on user lookup --- templates/sso/lookup/user.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/sso/lookup/user.html b/templates/sso/lookup/user.html index abb5580..f7587f3 100644 --- a/templates/sso/lookup/user.html +++ b/templates/sso/lookup/user.html @@ -45,8 +45,8 @@ {{ acc.api_user_id }} {{ acc.api_key }} {{ acc.description }} - {{ acc.get_api_keytype_description }} - {{ acc.get_api_status_description }} + {{ acc.get_api_keytype_display }} + {{ acc.get_api_status_display }} {% endfor %}