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