From 7b26bd6ce0cd12d84e28456a09b02aa406602c37 Mon Sep 17 00:00:00 2001
From: Andrew Williams
Date: Sun, 18 Apr 2010 03:46:52 +0100
Subject: [PATCH] Show last updated date on EVE API keys
---
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 ad494c1..e9f9fc0 100644
--- a/templates/sso/profile.html
+++ b/templates/sso/profile.html
@@ -56,7 +56,7 @@ setup.
{% if eveaccounts %}
-| User ID | API Key | Description | Active | Actions |
+| User ID | API Key | Description | Active | Last Updated | Actions |
{% for acc in eveaccounts %}
@@ -64,6 +64,7 @@ setup.
{{ acc.api_key }} |
{{ acc.description }} |
{{ acc.api_status_description }} |
+ {{ acc.api_last_updated }} |
Refresh,
Delete |