From f22869693a04080c3953a904ffa99e9b317d1736 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 5 Dec 2022 19:37:48 -0700 Subject: Add self-view link to identity select --- templates/identity/select.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/identity/select.html b/templates/identity/select.html index c4fb569..d63f886 100644 --- a/templates/identity/select.html +++ b/templates/identity/select.html @@ -18,5 +18,10 @@ Create a new identity + {% if request.identity %} + + View current profile page ({{ request.identity.name }}) + + {% endif %} {% endblock %} -- cgit v1.2.3