From 56de2362a01089c8a5ca3c6e1affcade00ffdfce Mon Sep 17 00:00:00 2001
From: Andrew Godwin
Date: Sat, 5 Nov 2022 20:10:39 -0600
Subject: Some user icon stuff
---
templates/identity/select.html | 14 +++++++++++++-
templates/identity/view.html | 3 +++
2 files changed, 16 insertions(+), 1 deletion(-)
(limited to 'templates/identity')
diff --git a/templates/identity/select.html b/templates/identity/select.html
index f5be401..dae1ca1 100644
--- a/templates/identity/select.html
+++ b/templates/identity/select.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+{% load static %}
{% block title %}Select Identity{% endblock %}
@@ -6,12 +7,23 @@
You have no identities.Select Identity
{% for identity in identities %}
- {{ identity }}
+
+ {% if identity.icon_uri %}
+
+ {% else %}
+
+ {% endif %}
+ {{ identity }}
+ @{{ identity.short_handle }}
+
{% empty %}