v4: Personal calendar #168

Merged
Xefir merged 5 commits from v4 into master 2023-11-07 00:40:58 +00:00
Showing only changes of commit 1d29557ab5 - Show all commits

View File

@ -7,10 +7,7 @@
width="80" width="80"
height="80" /> height="80" />
<span id="dots">…</span> <span id="dots">…</span>
<img src="{{ avatar.url }}" <img src="{{ avatar.url }}" alt="{{ _("Avatar") }}" width="80" height="80" />
alt="{{ _("Avatar") }}"
width="80"
height="80" />
</div> </div>
<h1> <h1>
<a href="{{ url_for(".index") }}">{{ client.user.display_name }}</a> <a href="{{ url_for(".index") }}">{{ client.user.display_name }}</a>