1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 02:42:26 +00:00
Files
seahub/avatar/templates/notification/avatar_friend_updated/full.txt
2012-05-24 20:20:08 +08:00

5 lines
224 B
Plaintext

{% load i18n %}{% blocktrans with user as avatar_creator and avatar.get_absolute_url as avatar_url %}{{ avatar_creator }} has updated their avatar {{ avatar }}.
http://{{ current_site }}{{ avatar_url }}
{% endblocktrans %}