admin_html.html 323 B

1234567
  1. {% extends "_email/base_html.html" %}
  2. {% block content %}
  3. {{ super() }}
  4. <p {{ style_p|safe }}>{% 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 your patience!{% endtrans %}</p>
  5. {% endblock %}