microblog2/app/templates/follower_email.txt

10 lines
319 B
Plaintext

{{ _('Dear %(nickname)s,', nickname = user.nickname) }}
{{ _('%(nickname)s is now a follower. Click on the following link to visit %(nickname)s\'s profile page:', nickname = follower.nickname) }}
{{url_for("user", nickname = follower.nickname, _external = True)}}
{{ _('Regards,') }}
{{ _('The microblog admin') }}