Files
dss/templates/notification/new_follower/notice.html
2013-06-19 19:24:50 +01:00

7 lines
388 B
HTML
Executable File

{% load i18n %}
{% url invitations as invitation_page %}
{% url profile_detail username=invitation.from_user.username as user_url %}
{% blocktrans with invitation.from_user as invitation_from_user %}
<a href="{{ user_url }}">{{ invitation_from_user }}</a> has started following you on Deep South Sounds
(see <a href="{{ invitation_page }}">followers</a>)
{% endblocktrans %}