From 8cd154003c883be54111d2c0e37ced24a6a5a80d Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 5 Jul 2010 19:14:29 +0100 Subject: [PATCH] Show applications on user search --- templates/sso/lookup/user.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/sso/lookup/user.html b/templates/sso/lookup/user.html index 54aed49..5cbc844 100644 --- a/templates/sso/lookup/user.html +++ b/templates/sso/lookup/user.html @@ -21,6 +21,21 @@ {% endfor %} {% endif %} + +
+{% if user.application_set.all %} +

Applications

+ + +{% for app in user.application_set.all %} + + + + +{% endfor %} +
IDCharacterApplied ToStatus
{{ app.id }}{{ app.character }}{{ app.corporation }}{{ app.get_status_display }}
+{% endif %} +

Eve API Keys

{% if eveaccounts %}