2021-03-21 18:43:14 +00:00
|
|
|
{% extends 'email/text_layout.html' %}
|
2021-03-21 16:13:21 +00:00
|
|
|
{% load i18n %}
|
2021-03-21 18:43:14 +00:00
|
|
|
{% block content %}
|
|
|
|
{% blocktrans %}You're invited to join {{ site_name }}! Click the link below to create an account.{% endblocktrans %}
|
|
|
|
|
|
|
|
{{ invite_link }}
|
|
|
|
|
2021-10-15 20:42:32 +00:00
|
|
|
{% blocktrans %}Learn more about {{ site_name }}:{% endblocktrans %} https://{{ domain }}{% url 'about' %}
|
2021-03-21 18:43:14 +00:00
|
|
|
|
|
|
|
{% endblock %}
|