Send invites
This commit is contained in:
2
bookwyrm/templates/email/invite/html_content.html
Normal file
2
bookwyrm/templates/email/invite/html_content.html
Normal file
@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
<a href="{{ invite_link }}">{% blocktrans %}Join {{ site_name }}{% endblocktrans %}</a>
|
2
bookwyrm/templates/email/invite/subject.html
Normal file
2
bookwyrm/templates/email/invite/subject.html
Normal file
@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}You're invited! Join {{ site_name }}{% endblocktrans %}
|
2
bookwyrm/templates/email/invite/text_content.html
Normal file
2
bookwyrm/templates/email/invite/text_content.html
Normal file
@ -0,0 +1,2 @@
|
||||
{% load i18n %}
|
||||
{% blocktrans %}Join {{ site_name }}: {{ invite_link }}{% endblocktrans %}
|
Reference in New Issue
Block a user