is_student=models.BooleanField('Student',default=True,blank=True,help_text="Tick this box if you are a current student at a secondary or tertiary institution in WA")
id_number=models.CharField('Student email or Drivers License',max_length=255,blank=False,help_text="Student emails should end with '.edu.au' and drivers licences should be in the format '[WA]DL 1234567'")
id_number=models.CharField('Student email or Drivers License',max_length=255,blank=False,help_text="Student emails should end with '@student.*.edu.au' and drivers licences should be in the format '<AU state> 1234567'")
member_updated=models.DateTimeField('Internal UCC info last updated',auto_now=True)
<b>Please enter your UCC username and password below.</b><br><br>
{% if not request.member %}
If you do not have a UCC account yet, please apply for a membership by going to the <ahref="{% url 'memberdb:register' %}">registration page</a>.
{% else %}
It appears you have already registered. If you have not yet received your UCC login details, please <ahref="https://www.ucc.asn.au/aboutucc/contact.ucc">contact us</a>.
<b>Your membership registration has been submitted.</b><br><br>
Once it has been approved, you will receive an email with instructions to activate your account.
<b>Thanks for registering</b><br><br>
Once your registration has been approved, you will receive an email with instructions to activate your account.
{% endblock %}
{% block form %}
{% if payment_url %}
<divclass="form-row readonly">
<aclass="button"title="Pay online with card, using Square payments"href="{{ payment_url }}">Pay online now</a>
</div>
{% endif %}
{% block content %}
<h3>
Go to the <ahref="{% url 'memberdb:home' %}">Member Home</a> page to see and edit some of your details.
</h3>
<p>
<b>You will continue to have access to this website during this browser session.</b> Alternatively, you can use <ahref="{{ login_url }}">this link</a> to access your member details from anywhere for the next 7 days.
</p>
<p>
Once you receive your UCC login details, you will be able to login normally to access the site.