{% extends "_email/auth/activation_0_plain.html" %}
{% load i18n %}
{% load url from future %}
{% block activation_instructions %}
Account Activation
------------------
{% trans %}We require our members to prove validity of e-mail address used during registration. To prove that you are owner of e-mail address used to create this account, click the link below:{% endtrans %}
{{ board_address }}{% url 'activate' username=user.username user=user.id token=user.token %}
{% endblock %}