mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 23:02:26 +00:00
2 lines
194 B
HTML
2 lines
194 B
HTML
![]() |
{% load i18n %}
|
||
|
{% blocktrans with user as avatar_creator and avatar.get_absolute_url as avatar_url %}You have updated your avatar <a href="{{ avatar_url }}">{{ avatar }}</a>.{% endblocktrans %}
|