django-avatar/avatar/templates/notification/avatar_updated/notice.html

3 lines
195 B
HTML
Raw Normal View History

{% load i18n %}
2022-08-09 19:17:24 +00:00
{% 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 %}