From f32b62cbe0e6721243c2520a7ff3cfc0ba3444b1 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 10 Jul 2012 22:33:17 +0100 Subject: [PATCH] Add more detail to the search results view --- app/sso/templates/sso/lookup/lookuplist.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/app/sso/templates/sso/lookup/lookuplist.html b/app/sso/templates/sso/lookup/lookuplist.html index 46d2d46..cdabad4 100644 --- a/app/sso/templates/sso/lookup/lookuplist.html +++ b/app/sso/templates/sso/lookup/lookuplist.html @@ -4,12 +4,21 @@ {% block content %} + +

More than one user was found matching your criteria:

- + + + + + + {% for user in users %} + {% if user.get_profile.primary_character %}{% else %}{% endif %} + {% endfor %} + +
UserPrimary CharacterCorpAlliance
{{ user.username }}{{ user.get_profile.primary_character }}{{ user.get_profile.primary_character.corporation }}{{ user.get_profile.primary_character.corporation.alliance }}
{% endblock %}