{% extends "core/skeleton_email.html" %}
{% load i18n %}
{% block title %}{% blocktrans with site=site.name %}Email verification for {{ site }}.{% endblocktrans %}{% endblock %}
{% block content %}
{% trans "Email verification" %}
{% blocktrans with site=site.name first_name=user.first_name %}Hi {{ first_name }},
You have requested a change of your email address on {{ site }}.{% endblocktrans %}
|
|
|
|
|
|
{% trans "Join the community" %}
{% blocktrans with site=site.name %}We aim to add new features and update regularly {{ site }}. To be kept informed of the latest news, to show everyone how awesome {{ site }} is, to talk to us or simply join the community, you can follow us on Twitter or like us on Facebook.{% endblocktrans %}
|
|
|
|
|
{% endblock %}