diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/identity/select.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ <a href="/identity/create/" class="option new"> <i class="fa-solid fa-plus"></i> Create a new identity </a> + {% if request.identity %} + <a href="{{ request.identity.urls.view }}" class="option new"> + <i class="fa-solid fa-eye"></i> View current profile page ({{ request.identity.name }}) + </a> + {% endif %} </section> {% endblock %} |