activation_2_html.html 465 B

12345678
  1. {% extends "_email/auth/activation_0_html.html" %}
  2. {% load i18n %}
  3. {% load url from future %}
  4. {% block activation_instructions %}
  5. <h2 style="margin: 12px 0px; padding: 0px;">Account Activation</h2>
  6. <p style="margin: 12px 0px; padding: 0px;">{% trans %}Your account will remain inactive until Board Administrator accepts it. Depending on amount of new registrations this may take few minutes or few days. Thanks for patience!{% endtrans %}</p>
  7. {% endblock %}