4 lines
144 B
Text
4 lines
144 B
Text
|
{% load i18n %}{% blocktrans with name=current_site.name %}You have been invited to sign up at {{ name }}.
|
||
|
|
||
|
{{ signup_url }}
|
||
|
{% endblocktrans %}
|