From f5eafb0ca0af3ed064202abbe99bfbeef8bbb74d Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 17 Nov 2022 08:21:42 -0700 Subject: Add image/icon upload --- templates/identity/view.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'templates/identity') diff --git a/templates/identity/view.html b/templates/identity/view.html index e4118c9..c830fc5 100644 --- a/templates/identity/view.html +++ b/templates/identity/view.html @@ -9,11 +9,10 @@

- {% if identity.icon_uri %} - - {% else %} - + {% if identity.local_image_url %} + {% endif %} + {% if request.identity %}
-- cgit v1.2.3