2021-08-06 22:38:37 +00:00
|
|
|
{% extends 'email/text_layout.html' %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
|
|
{% blocktrans trimmed %}
|
|
|
|
One last step before you join {{ site_name }}! Please confirm your email address by clicking the link below:
|
|
|
|
{% endblocktrans %}
|
|
|
|
|
|
|
|
{{ confirmation_link }}
|
|
|
|
|
2021-08-07 14:37:18 +00:00
|
|
|
{% blocktrans trimmed %}
|
|
|
|
Or enter the code "{{ confirmation_code }}" at login.
|
|
|
|
{% endblocktrans %}
|
2021-08-06 22:38:37 +00:00
|
|
|
|
|
|
|
{% endblock %}
|