mirror of
https://github.com/fergalmoran/dss.git
synced 2026-03-27 16:05:35 +00:00
7 lines
388 B
HTML
Executable File
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 %} |