scripts and tools to administer the lingy.in public unix / tilde
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
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%}