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