admin_plain.html 355 B

123456789
  1. {% extends "_email/users/activation/none_plain.html" %}
  2. {% load i18n %}
  3. {% load url from future %}
  4. {% block content %}
  5. {{ super() }}
  6. {% 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 %}
  7. {% endblock %}