lyadmin/templates/signup.html
2020-11-28 06:15:29 +00:00

21 regels
485 B
HTML

{%extends "main_layout.html"%}
{%block content%}
<h3>submission successful</h3>
<p>
once your request is approved your account will be created
{% if is_email_user %}
and you will receive a confirmation email
</p>
{% else %}
you did not provide an emailn
to see if your account is ready, check the users list on the home page
this page will be updated with your username once approved
</p>
{% endif %}
<p>
if you have questions, email {{ admin_email }}
<p>
{%endblock%}