scripts and tools to administer the lingy.in public unix / tilde
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

21 рядки
485B

  1. {%extends "main_layout.html"%}
  2. {%block content%}
  3. <h3>submission successful</h3>
  4. <p>
  5. once your request is approved your account will be created
  6. {% if is_email_user %}
  7. and you will receive a confirmation email
  8. </p>
  9. {% else %}
  10. you did not provide an emailn
  11. to see if your account is ready, check the users list on the home page
  12. this page will be updated with your username once approved
  13. </p>
  14. {% endif %}
  15. <p>
  16. if you have questions, email {{ admin_email }}
  17. <p>
  18. {%endblock%}