scripts and tools to administer the lingy.in public unix / tilde
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

21 satır
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%}