mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-22 15:21:01 +00:00
Add self-view link to identity select
This commit is contained in:
parent
f54d1885b5
commit
f22869693a
1 changed files with 5 additions and 0 deletions
|
@ -18,5 +18,10 @@
|
||||||
<a href="/identity/create/" class="option new">
|
<a href="/identity/create/" class="option new">
|
||||||
<i class="fa-solid fa-plus"></i> Create a new identity
|
<i class="fa-solid fa-plus"></i> Create a new identity
|
||||||
</a>
|
</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>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue