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 %}