Invite email template text
The template has be written the python format string format. The following variables are available:
Name |
Meaning |
{% for key, val in variables.items %}
{{ key }} |
{{ val }} |
{% endfor %}
Here is an example:
Dear,
You have been invited to our awesome meeting {title}. We are meeting
on {meeting_link}. It
takes place on the {start_date_en} at {start_time_en}. You can login with the following link:
<a href="{login_url}">{login_url}</a>.
You can also use the following access code on {base_url}: {access_code}
Best regards,
Your awesome Organizers
{{ form.invite_text|as_crispy_field }}
Send test mail