{% extends "_email/users/activation/none_html.html" %} {% load i18n %} {% load url from future %} {% block content %} {{ super() }}
{% 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 %}
{% trans %}To activate your account, click the link below:{% endtrans %}
{% trans %}Activate my account!{% endtrans %}{% trans %}If the above link is not clickable, copy and paste this link into your web browser's address bar:{% endtrans %}
{{ board_address }}{% url 'activate' username=user.username_slug, user=user.id, token=user.token %} {% endblock %}