admin_plain.html 310 B

1234567
  1. {% extends "_email/users/activation/none_plain.html" %}
  2. {% block content %}
  3. {{ super() }}
  4. {% trans %}Your account will remain inactive until Board Administrator accepts it. Depending on number of new registrations this may take few minutes or few days. Thanks for patience!{% endtrans %}
  5. {% endblock %}