admin_done.txt 382 B

12345678
  1. {% extends "_email/users/activation/none.txt" %}
  2. {% block content %}
  3. {% trans username=user.username %}{{ username }}, you are receiving this message because board administrator has activated your account.{% endtrans %}
  4. {% trans %}You can sign in to your account using new password by following this link:{% endtrans %}
  5. {{ board_address }}{% url 'sign_in' %}
  6. {% endblock %}