mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-27 02:51:00 +00:00
2 lines
299 B
HTML
2 lines
299 B
HTML
{% load i18n %}{% url profile_detail username=user.username as user_url %}
|
|
{% blocktrans with user as avatar_creator and avatar.get_absolute_url as avatar_url %}<a href="{{ user_url }}">{{ avatar_creator }}</a> has updated their avatar <a href="{{ avatar_url }}">{{ avatar }}</a>.{% endblocktrans %} |